Html Css Color HEX #FAA5E0 Lavender Rose

📋 copy color: '#FAA5E0'

red 250 ◦ green 165 ◦ blue 224

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

Shades of Lavender Rose #FAA5E0

Tints of Lavender Rose #FAA5E0

RGB

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

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

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

R = 39.12%
G = 25.82%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAA5E0 (or 0xFAA5E0) is known color: Lavender Rose. HEX triplet: FA, A5 and E0. RGB value is (250,165,224). Sum of RGB (Red+Green+Blue) = 250+165+224=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5E0 is #055A1F. Grayscale: #C4C4C4. Windows color (decimal): -350752 or 14722554. OLE color: 14722554.

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

Color convert

RGB 250 165 224 -
CMYK 0 0.34 0.10 0.02
HSL 318.35º 0.89% 0.81% -
HSV(B) 318.35º 0.34% 0.98% -
XYZ 66.33 52.62 77.18 -
YUV 197.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 250 165 224 0 0.34 0.10 0.02 318.35 0.89 0.81
Hex FA A5 E0 0 22 A 2 13E 59 51
Octal 372 245 340 0 42 12 2 476 131 121
Binary 11111010 10100101 11100000 0 100010 1010 10 100111110 1011001 1010001

Color Harmonies of #FAA5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5E0

Black with #FAA5E0

Text Example


Text Example

White with #FAA5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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