Html Css Color HEX #FAA8E0 Lavender Rose

📋 copy color: '#FAA8E0'

red 250 ◦ green 168 ◦ blue 224

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

Shades of Lavender Rose #FAA8E0

Tints of Lavender Rose #FAA8E0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.17%

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 38.94%
G = 26.17%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAA8E0 (or 0xFAA8E0) is known color: Lavender Rose. HEX triplet: FA, A8 and E0. RGB value is (250,168,224). Sum of RGB (Red+Green+Blue) = 250+168+224=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8E0 is #05571F. Grayscale: #C6C6C6. Windows color (decimal): -349984 or 14723322. OLE color: 14723322.

HSL color Cylindrical-coordinate representation of color #FAA8E0: hue angle of 319.02º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8E0 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 224 -
CMYK 0 0.33 0.10 0.02
HSL 319.02º 0.89% 0.82% -
HSV(B) 319.02º 0.33% 0.98% -
XYZ 66.88 53.71 77.36 -
YUV 198.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 250 168 224 0 0.33 0.10 0.02 319.02 0.89 0.82
Hex FA A8 E0 0 21 A 2 13F 59 52
Octal 372 250 340 0 41 12 2 477 131 122
Binary 11111010 10101000 11100000 0 100001 1010 10 100111111 1011001 1010010

Color Harmonies of #FAA8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8E0

Black with #FAA8E0

Text Example


Text Example

White with #FAA8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8E0; }

 p { color: rgb(250,168,224); }

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

background-color css

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

 a { background-color: rgb(250,168,224); }

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

border-color css

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

 span { border-color: rgb(250,168,224); }

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