Html Css Color HEX #FAA8E6 Lavender Rose

📋 copy color: '#FAA8E6'

red 250 ◦ green 168 ◦ blue 230

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

Shades of Lavender Rose #FAA8E6

Tints of Lavender Rose #FAA8E6

RGB

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

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

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

R = 38.58%
G = 25.93%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAA8E6 (or 0xFAA8E6) is known color: Lavender Rose. HEX triplet: FA, A8 and E6. RGB value is (250,168,230). Sum of RGB (Red+Green+Blue) = 250+168+230=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 168 (66.02% from 255 or 25.93% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8E6 is #055719. Grayscale: #C7C7C7. Windows color (decimal): -349978 or 15116538. OLE color: 15116538.

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

Color convert

RGB 250 168 230 -
CMYK 0 0.33 0.08 0.02
HSL 314.63º 0.89% 0.82% -
HSV(B) 314.63º 0.33% 0.98% -
XYZ 67.71 54.04 81.73 -
YUV 199.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 250 168 230 0 0.33 0.08 0.02 314.63 0.89 0.82
Hex FA A8 E6 0 21 8 2 13B 59 52
Octal 372 250 346 0 41 10 2 473 131 122
Binary 11111010 10101000 11100110 0 100001 1000 10 100111011 1011001 1010010

Color Harmonies of #FAA8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8E6

Black with #FAA8E6

Text Example


Text Example

White with #FAA8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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