Html Css Color HEX #F2A9E9 Lavender Rose

📋 copy color: '#F2A9E9'

red 242 ◦ green 169 ◦ blue 233

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

Shades of Lavender Rose #F2A9E9

Tints of Lavender Rose #F2A9E9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.24%

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 37.58%
G = 26.24%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2A9E9 (or 0xF2A9E9) is known color: Lavender Rose. HEX triplet: F2, A9 and E9. RGB value is (242,169,233). Sum of RGB (Red+Green+Blue) = 242+169+233=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9E9 is #0D5616. Grayscale: #C5C5C5. Windows color (decimal): -874007 or 15313394. OLE color: 15313394.

HSL color Cylindrical-coordinate representation of color #F2A9E9: hue angle of 307.4º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9E9 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 169 233 -
CMYK 0 0.30 0.04 0.05
HSL 307.4º 0.74% 0.81% -
HSV(B) 307.4º 0.3% 0.95% -
XYZ 65.51 53.14 83.89 -
YUV 198.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 242 169 233 0 0.30 0.04 0.05 307.4 0.74 0.81
Hex F2 A9 E9 0 1E 4 5 133 4A 51
Octal 362 251 351 0 36 4 5 463 112 121
Binary 11110010 10101001 11101001 0 11110 100 101 100110011 1001010 1010001

Color Harmonies of #F2A9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A9E9

Black with #F2A9E9

Text Example


Text Example

White with #F2A9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A9E9; }

 p { color: rgb(242,169,233); }

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

background-color css

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

 a { background-color: rgb(242,169,233); }

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

border-color css

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

 span { border-color: rgb(242,169,233); }

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