Html Css Color HEX #FAA8E1 Lavender Rose

📋 copy color: '#FAA8E1'

red 250 ◦ green 168 ◦ blue 225

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

Shades of Lavender Rose #FAA8E1

Tints of Lavender Rose #FAA8E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.99%

R = 38.88%
G = 26.13%
B = 34.99%

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

#FAA8E1 (or 0xFAA8E1) is known color: Lavender Rose. HEX triplet: FA, A8 and E1. RGB value is (250,168,225). Sum of RGB (Red+Green+Blue) = 250+168+225=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8E1 is #05571E. Grayscale: #C6C6C6. Windows color (decimal): -349983 or 14788858. OLE color: 14788858.

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

Color convert

RGB 250 168 225 -
CMYK 0 0.33 0.10 0.02
HSL 318.29º 0.89% 0.82% -
HSV(B) 318.29º 0.33% 0.98% -
XYZ 67.02 53.77 78.08 -
YUV 199.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 250 168 225 0 0.33 0.10 0.02 318.29 0.89 0.82
Hex FA A8 E1 0 21 A 2 13E 59 52
Octal 372 250 341 0 41 12 2 476 131 122
Binary 11111010 10101000 11100001 0 100001 1010 10 100111110 1011001 1010010

Color Harmonies of #FAA8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8E1

Black with #FAA8E1

Text Example


Text Example

White with #FAA8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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