#F39DCE

Color #F39DCE Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F39DCE

Tints of Lavender Pink #F39DCE

Color information

#F39DCE (or 0xF39DCE) is unknown color: approx Lavender Pink. HEX triplet: F3, 9D and CE. RGB value is (243,157,206). Sum of RGB (Red+Green+Blue) = 243+157+206=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F39DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39DCE is #0C6231. Grayscale: #BCBCBC. Windows color (decimal): -811570 or 13540851. OLE color: 13540851.

HSL color Cylindrical-coordinate representation of color #F39DCE: hue angle of 325.81º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F39DCE is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243157206-
CMYK00.350.150.05
HSL325.81º78.18%78.43%-
HSV(B)325.81º35.39%95.29%-
XYZ60.1647.6264.41-
YUV188.3137.99167.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 157 (61.72% from 255) = 25.91%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=40.10%
G=25.91%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315720600.350.150.05325.8178.1878.43
HexF39DCE023F51464e4e
Octal363235316043175506116116
Binary1111001110011101110011100100011111110110100011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39DCE; }

 p { color: rgb(243,157,206); }

 H1.HeaderClassName
 {
   color: #F39DCE;
 }
 .AnyTagClassName
 {
   color: #F39DCE;
 }
</style>
background-color css

<style>
 a { background-color: #F39DCE; }

 a { background-color: rgb(243,157,206); }

 div.DivClassName
 {
   background-color: #F39DCE;
 }
 .BgClassName
 {
   background-color: #F39DCE;
 }
</style>
border-color css

<style>
 span { border-color: #F39DCE; }

 span { border-color: rgb(243,157,206); }

 td.TdClassName
 {
   border-color: #F39DCE;
 }
 .TagClassName
 {
   border-color: #F39DCE;
 }
</style>