#F29CED

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

Shades of Lavender Rose #F29CED

Tints of Lavender Rose #F29CED

Color information

#F29CED (or 0xF29CED) is unknown color: approx Lavender Rose. HEX triplet: F2, 9C and ED. RGB value is (242,156,237). Sum of RGB (Red+Green+Blue) = 242+156+237=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CED is #0D6312. Grayscale: #BEBEBE. Windows color (decimal): -877331 or 15572210. OLE color: 15572210.

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

Color convert

RGB242156237-
CMYK00.360.020.05
HSL303.49º76.79%78.04%-
HSV(B)303.49º35.54%94.9%-
XYZ63.7948.7786.17-
YUV190.95153.99164.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 156 (61.33% from 255) = 24.57%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=38.11%
G=24.57%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215623700.360.020.05303.4976.7978.04
HexF29CED0242512f4d4e
Octal36223435504425457115116
Binary11110010100111001110110101001001010110010111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CED; }

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

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

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

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

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

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

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

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