Html Css Color HEX #FAAFE4 Lavender Rose

📋 copy color: '#FAAFE4'

red 250 ◦ green 175 ◦ blue 228

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

Shades of Lavender Rose #FAAFE4

Tints of Lavender Rose #FAAFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.92%

R = 38.28%
G = 26.8%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAAFE4 (or 0xFAAFE4) is known color: Lavender Rose. HEX triplet: FA, AF and E4. RGB value is (250,175,228). Sum of RGB (Red+Green+Blue) = 250+175+228=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE4 is #05501B. Grayscale: #CBCBCB. Windows color (decimal): -348188 or 14987258. OLE color: 14987258.

HSL color Cylindrical-coordinate representation of color #FAAFE4: hue angle of 317.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 #FAAFE4 is Cyan = 0, Magento = 0.3, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 228 -
CMYK 0 0.3 0.09 0.02
HSL 317.6º 0.88% 0.83% -
HSV(B) 317.6º 0.3% 0.98% -
XYZ 68.76 56.59 80.7 -
YUV 203.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 250 175 228 0 0.3 0.09 0.02 317.6 0.88 0.83
Hex FA AF E4 0 1E 9 2 13E 58 53
Octal 372 257 344 0 36 11 2 476 130 123
Binary 11111010 10101111 11100100 0 11110 1001 10 100111110 1011000 1010011

Color Harmonies of #FAAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFE4

Black with #FAAFE4

Text Example


Text Example

White with #FAAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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