Html Css Color HEX #FAA5E8 Lavender Rose

📋 copy color: '#FAA5E8'

red 250 ◦ green 165 ◦ blue 232

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

Shades of Lavender Rose #FAA5E8

Tints of Lavender Rose #FAA5E8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.5%

 BLUE value IS 232 (91.02% from 255) = 35.86%

R = 38.64%
G = 25.5%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAA5E8 (or 0xFAA5E8) is known color: Lavender Rose. HEX triplet: FA, A5 and E8. RGB value is (250,165,232). Sum of RGB (Red+Green+Blue) = 250+165+232=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 165 (64.84% from 255 or 25.50% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5E8 is #055A17. Grayscale: #C5C5C5. Windows color (decimal): -350744 or 15246842. OLE color: 15246842.

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

Color convert

RGB 250 165 232 -
CMYK 0 0.34 0.07 0.02
HSL 312.71º 0.89% 0.81% -
HSV(B) 312.71º 0.34% 0.98% -
XYZ 67.44 53.06 83.03 -
YUV 198.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 250 165 232 0 0.34 0.07 0.02 312.71 0.89 0.81
Hex FA A5 E8 0 22 7 2 139 59 51
Octal 372 245 350 0 42 7 2 471 131 121
Binary 11111010 10100101 11101000 0 100010 111 10 100111001 1011001 1010001

Color Harmonies of #FAA5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5E8

Black with #FAA5E8

Text Example


Text Example

White with #FAA5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5E8; }

 p { color: rgb(250,165,232); }

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

background-color css

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

 a { background-color: rgb(250,165,232); }

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

border-color css

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

 span { border-color: rgb(250,165,232); }

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