Html Css Color HEX #FAAFE9 Lavender Rose

📋 copy color: '#FAAFE9'

red 250 ◦ green 175 ◦ blue 233

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

Shades of Lavender Rose #FAAFE9

Tints of Lavender Rose #FAAFE9

RGB

 RED value IS 250 (98.05% from 255) = 37.99%

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

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

R = 37.99%
G = 26.6%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAAFE9 (or 0xFAAFE9) is known color: Lavender Rose. HEX triplet: FA, AF and E9. RGB value is (250,175,233). Sum of RGB (Red+Green+Blue) = 250+175+233=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFE9 is #055016. Grayscale: #CBCBCB. Windows color (decimal): -348183 or 15314938. OLE color: 15314938.

HSL color Cylindrical-coordinate representation of color #FAAFE9: hue angle of 313.6º degrees, saturation: 0.88, 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 #FAAFE9 is Cyan = 0, Magento = 0.3, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 233 -
CMYK 0 0.3 0.07 0.02
HSL 313.6º 0.88% 0.83% -
HSV(B) 313.6º 0.3% 0.98% -
XYZ 69.46 56.87 84.41 -
YUV 204.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 250 175 233 0 0.3 0.07 0.02 313.6 0.88 0.83
Hex FA AF E9 0 1E 7 2 13A 58 53
Octal 372 257 351 0 36 7 2 472 130 123
Binary 11111010 10101111 11101001 0 11110 111 10 100111010 1011000 1010011

Color Harmonies of #FAAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFE9

Black with #FAAFE9

Text Example


Text Example

White with #FAAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFE9; }

 p { color: rgb(250,175,233); }

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

background-color css

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

 a { background-color: rgb(250,175,233); }

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

border-color css

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

 span { border-color: rgb(250,175,233); }

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