#F29CDA

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

Shades of Lavender Rose #F29CDA

Tints of Lavender Rose #F29CDA

Color information

#F29CDA (or 0xF29CDA) is unknown color: approx Lavender Rose. HEX triplet: F2, 9C and DA. RGB value is (242,156,218). Sum of RGB (Red+Green+Blue) = 242+156+218=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CDA is #0D6325. Grayscale: #BCBCBC. Windows color (decimal): -877350 or 14327026. OLE color: 14327026.

HSL color Cylindrical-coordinate representation of color #F29CDA: hue angle of 316.74º degrees, saturation: 0.77, 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 #F29CDA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242156218-
CMYK00.360.100.05
HSL316.74º76.79%78.04%-
HSV(B)316.74º35.54%94.9%-
XYZ61.1647.7272.32-
YUV188.78144.49165.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 156 (61.33% from 255) = 25.32%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=39.29%
G=25.32%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215621800.360.100.05316.7476.7978.04
HexF29CDA024A513d4d4e
Octal362234332044125475115116
Binary1111001010011100110110100100100101010110011110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CDA; }

 p { color: rgb(242,156,218); }

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

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

 a { background-color: rgb(242,156,218); }

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

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

 span { border-color: rgb(242,156,218); }

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