Html Css Color HEX #FAA5EA Lavender Rose

📋 copy color: '#FAA5EA'

red 250 ◦ green 165 ◦ blue 234

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

Shades of Lavender Rose #FAA5EA

Tints of Lavender Rose #FAA5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 38.52%
G = 25.42%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAA5EA (or 0xFAA5EA) is known color: Lavender Rose. HEX triplet: FA, A5 and EA. RGB value is (250,165,234). Sum of RGB (Red+Green+Blue) = 250+165+234=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5EA is #055A15. Grayscale: #C6C6C6. Windows color (decimal): -350742 or 15377914. OLE color: 15377914.

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

Color convert

RGB 250 165 234 -
CMYK 0 0.34 0.06 0.02
HSL 311.29º 0.89% 0.81% -
HSV(B) 311.29º 0.34% 0.98% -
XYZ 67.73 53.17 84.54 -
YUV 198.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 250 165 234 0 0.34 0.06 0.02 311.29 0.89 0.81
Hex FA A5 EA 0 22 6 2 137 59 51
Octal 372 245 352 0 42 6 2 467 131 121
Binary 11111010 10100101 11101010 0 100010 110 10 100110111 1011001 1010001

Color Harmonies of #FAA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5EA

Black with #FAA5EA

Text Example


Text Example

White with #FAA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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