Html Css Color HEX #F9AFE6 Lavender Rose

📋 copy color: '#F9AFE6'

red 249 ◦ green 175 ◦ blue 230

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

Shades of Lavender Rose #F9AFE6

Tints of Lavender Rose #F9AFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 38.07%
G = 26.76%
B = 35.17%

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

#F9AFE6 (or 0xF9AFE6) is known color: Lavender Rose. HEX triplet: F9, AF and E6. RGB value is (249,175,230). Sum of RGB (Red+Green+Blue) = 249+175+230=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFE6 is #065019. Grayscale: #CBCBCB. Windows color (decimal): -413722 or 15118329. OLE color: 15118329.

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

Color convert

RGB 249 175 230 -
CMYK 0 0.30 0.08 0.02
HSL 315.41º 0.86% 0.83% -
HSV(B) 315.41º 0.3% 0.98% -
XYZ 68.68 56.51 82.15 -
YUV 203.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 249 175 230 0 0.30 0.08 0.02 315.41 0.86 0.83
Hex F9 AF E6 0 1E 8 2 13B 56 53
Octal 371 257 346 0 36 10 2 473 126 123
Binary 11111001 10101111 11100110 0 11110 1000 10 100111011 1010110 1010011

Color Harmonies of #F9AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFE6

Black with #F9AFE6

Text Example


Text Example

White with #F9AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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