Html Css Color HEX #FAA9EA Lavender Rose

📋 copy color: '#FAA9EA'

red 250 ◦ green 169 ◦ blue 234

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

Shades of Lavender Rose #FAA9EA

Tints of Lavender Rose #FAA9EA

RGB

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

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

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

R = 38.28%
G = 25.88%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAA9EA (or 0xFAA9EA) is known color: Lavender Rose. HEX triplet: FA, A9 and EA. RGB value is (250,169,234). Sum of RGB (Red+Green+Blue) = 250+169+234=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9EA is #055615. Grayscale: #C8C8C8. Windows color (decimal): -349718 or 15378938. OLE color: 15378938.

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

Color convert

RGB 250 169 234 -
CMYK 0 0.32 0.06 0.02
HSL 311.85º 0.89% 0.82% -
HSV(B) 311.85º 0.32% 0.98% -
XYZ 68.46 54.64 84.78 -
YUV 200.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 250 169 234 0 0.32 0.06 0.02 311.85 0.89 0.82
Hex FA A9 EA 0 20 6 2 138 59 52
Octal 372 251 352 0 40 6 2 470 131 122
Binary 11111010 10101001 11101010 0 100000 110 10 100111000 1011001 1010010

Color Harmonies of #FAA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9EA

Black with #FAA9EA

Text Example


Text Example

White with #FAA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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