Html Css Color HEX #FAA9E4 Lavender Rose

📋 copy color: '#FAA9E4'

red 250 ◦ green 169 ◦ blue 228

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

Shades of Lavender Rose #FAA9E4

Tints of Lavender Rose #FAA9E4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.12%

 BLUE value IS 228 (89.45% from 255) = 35.24%

R = 38.64%
G = 26.12%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAA9E4 (or 0xFAA9E4) is known color: Lavender Rose. HEX triplet: FA, A9 and E4. RGB value is (250,169,228). Sum of RGB (Red+Green+Blue) = 250+169+228=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9E4 is #05561B. Grayscale: #C7C7C7. Windows color (decimal): -349724 or 14985722. OLE color: 14985722.

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

Color convert

RGB 250 169 228 -
CMYK 0 0.32 0.09 0.02
HSL 316.3º 0.89% 0.82% -
HSV(B) 316.3º 0.32% 0.98% -
XYZ 67.62 54.3 80.32 -
YUV 199.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 250 169 228 0 0.32 0.09 0.02 316.3 0.89 0.82
Hex FA A9 E4 0 20 9 2 13C 59 52
Octal 372 251 344 0 40 11 2 474 131 122
Binary 11111010 10101001 11100100 0 100000 1001 10 100111100 1011001 1010010

Color Harmonies of #FAA9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9E4

Black with #FAA9E4

Text Example


Text Example

White with #FAA9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9E4; }

 p { color: rgb(250,169,228); }

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

background-color css

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

 a { background-color: rgb(250,169,228); }

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

border-color css

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

 span { border-color: rgb(250,169,228); }

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