Html Css Color HEX #F29EE5 Lavender Rose

📋 copy color: '#F29EE5'

red 242 ◦ green 158 ◦ blue 229

#F29EE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F29EE5

Tints of Lavender Rose #F29EE5

RGB

 RED value IS 242 (94.92% from 255) = 38.47%

 GREEN value IS 158 (62.11% from 255) = 25.12%

 BLUE value IS 229 (89.84% from 255) = 36.41%

R = 38.47%
G = 25.12%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F29EE5 (or 0xF29EE5) is known color: Lavender Rose. HEX triplet: F2, 9E and E5. RGB value is (242,158,229). Sum of RGB (Red+Green+Blue) = 242+158+229=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EE5 is #0D611A. Grayscale: #BFBFBF. Windows color (decimal): -876827 or 15048434. OLE color: 15048434.

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

Color convert

RGB 242 158 229 -
CMYK 0 0.35 0.05 0.05
HSL 309.29º 0.76% 0.78% -
HSV(B) 309.29º 0.35% 0.95% -
XYZ 62.99 48.99 80.26 -
YUV 191.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 242 158 229 0 0.35 0.05 0.05 309.29 0.76 0.78
Hex F2 9E E5 0 23 5 5 135 4C 4E
Octal 362 236 345 0 43 5 5 465 114 116
Binary 11110010 10011110 11100101 0 100011 101 101 100110101 1001100 1001110

Color Harmonies of #F29EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29EE5

Black with #F29EE5

Text Example


Text Example

White with #F29EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29EE5; }

 p { color: rgb(242,158,229); }

 H1.HeaderClassName
 {
   color: #F29EE5;
 }
 .AnyTagClassName
 {
   color: #F29EE5;
 }
</style>

background-color css

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

 a { background-color: rgb(242,158,229); }

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

border-color css

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

 span { border-color: rgb(242,158,229); }

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