Html Css Color HEX #FAA4E9 Lavender Rose

📋 copy color: '#FAA4E9'

red 250 ◦ green 164 ◦ blue 233

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

Shades of Lavender Rose #FAA4E9

Tints of Lavender Rose #FAA4E9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.35%

 BLUE value IS 233 (91.41% from 255) = 36.01%

R = 38.64%
G = 25.35%
B = 36.01%

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

#FAA4E9 (or 0xFAA4E9) is known color: Lavender Rose. HEX triplet: FA, A4 and E9. RGB value is (250,164,233). Sum of RGB (Red+Green+Blue) = 250+164+233=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 164 (64.45% from 255 or 25.35% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4E9 is #055B16. Grayscale: #C5C5C5. Windows color (decimal): -350999 or 15312122. OLE color: 15312122.

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

Color convert

RGB 250 164 233 -
CMYK 0 0.34 0.07 0.02
HSL 311.86º 0.9% 0.81% -
HSV(B) 311.86º 0.34% 0.98% -
XYZ 67.41 52.76 83.72 -
YUV 197.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 250 164 233 0 0.34 0.07 0.02 311.86 0.9 0.81
Hex FA A4 E9 0 22 7 2 138 5A 51
Octal 372 244 351 0 42 7 2 470 132 121
Binary 11111010 10100100 11101001 0 100010 111 10 100111000 1011010 1010001

Color Harmonies of #FAA4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4E9

Black with #FAA4E9

Text Example


Text Example

White with #FAA4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4E9; }

 p { color: rgb(250,164,233); }

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

background-color css

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

 a { background-color: rgb(250,164,233); }

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

border-color css

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

 span { border-color: rgb(250,164,233); }

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