Html Css Color HEX #F9AFE5 Lavender Rose

📋 copy color: '#F9AFE5'

red 249 ◦ green 175 ◦ blue 229

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

Shades of Lavender Rose #F9AFE5

Tints of Lavender Rose #F9AFE5

RGB

 RED value IS 249 (97.66% from 255) = 38.13%

 GREEN value IS 175 (68.75% from 255) = 26.8%

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

R = 38.13%
G = 26.8%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9AFE5 (or 0xF9AFE5) is known color: Lavender Rose. HEX triplet: F9, AF and E5. RGB value is (249,175,229). Sum of RGB (Red+Green+Blue) = 249+175+229=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFE5 is #06501A. Grayscale: #CBCBCB. Windows color (decimal): -413723 or 15052793. OLE color: 15052793.

HSL color Cylindrical-coordinate representation of color #F9AFE5: hue angle of 316.22º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFE5 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 229 -
CMYK 0 0.30 0.08 0.02
HSL 316.22º 0.86% 0.83% -
HSV(B) 316.22º 0.3% 0.98% -
XYZ 68.54 56.46 81.41 -
YUV 203.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 249 175 229 0 0.30 0.08 0.02 316.22 0.86 0.83
Hex F9 AF E5 0 1E 8 2 13C 56 53
Octal 371 257 345 0 36 10 2 474 126 123
Binary 11111001 10101111 11100101 0 11110 1000 10 100111100 1010110 1010011

Color Harmonies of #F9AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFE5

Black with #F9AFE5

Text Example


Text Example

White with #F9AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFE5; }

 p { color: rgb(249,175,229); }

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

background-color css

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

 a { background-color: rgb(249,175,229); }

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

border-color css

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

 span { border-color: rgb(249,175,229); }

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