#F29FEA

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

Shades of Lavender Rose #F29FEA

Tints of Lavender Rose #F29FEA

Color information

#F29FEA (or 0xF29FEA) is unknown color: approx Lavender Rose. HEX triplet: F2, 9F and EA. RGB value is (242,159,234). Sum of RGB (Red+Green+Blue) = 242+159+234=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FEA is #0D6015. Grayscale: #C0C0C0. Windows color (decimal): -876566 or 15376370. OLE color: 15376370.

HSL color Cylindrical-coordinate representation of color #F29FEA: hue angle of 305.78º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FEA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242159234-
CMYK00.340.030.05
HSL305.78º76.15%78.63%-
HSV(B)305.78º34.3%94.9%-
XYZ63.8749.6184.05-
YUV192.37151.5163.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 159 (62.5% from 255) = 25.04%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=38.11%
G=25.04%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215923400.340.030.05305.7876.1578.63
HexF29FEA022351324c4f
Octal36223735204235462114117
Binary11110010100111111110101001000101110110011001010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FEA; }

 p { color: rgb(242,159,234); }

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

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

 a { background-color: rgb(242,159,234); }

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

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

 span { border-color: rgb(242,159,234); }

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