#F39CD0

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

Shades of Lavender Pink #F39CD0

Tints of Lavender Pink #F39CD0

Color information

#F39CD0 (or 0xF39CD0) is unknown color: approx Lavender Pink. HEX triplet: F3, 9C and D0. RGB value is (243,156,208). Sum of RGB (Red+Green+Blue) = 243+156+208=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F39CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39CD0 is #0C632F. Grayscale: #BBBBBB. Windows color (decimal): -811824 or 13671667. OLE color: 13671667.

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

Color convert

RGB243156208-
CMYK00.360.140.05
HSL324.14º78.38%78.24%-
HSV(B)324.14º35.8%95.29%-
XYZ60.2447.3965.65-
YUV187.94139.32167.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=40.03%
G=25.70%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315620800.360.140.05324.1478.3878.24
HexF39CD0024E51444e4e
Octal363234320044165504116116
Binary1111001110011100110100000100100111010110100010010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39CD0; }

 p { color: rgb(243,156,208); }

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

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

 a { background-color: rgb(243,156,208); }

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

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

 span { border-color: rgb(243,156,208); }

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