Html Css Color HEX #FAA4EA Lavender Rose

📋 copy color: '#FAA4EA'

red 250 ◦ green 164 ◦ blue 234

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

Shades of Lavender Rose #FAA4EA

Tints of Lavender Rose #FAA4EA

RGB

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

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

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

R = 38.58%
G = 25.31%
B = 36.11%

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

#FAA4EA (or 0xFAA4EA) is known color: Lavender Rose. HEX triplet: FA, A4 and EA. RGB value is (250,164,234). Sum of RGB (Red+Green+Blue) = 250+164+234=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 164 (64.45% from 255 or 25.31% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4EA is #055B15. Grayscale: #C5C5C5. Windows color (decimal): -350998 or 15377658. OLE color: 15377658.

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

Color convert

RGB 250 164 234 -
CMYK 0 0.34 0.06 0.02
HSL 311.16º 0.9% 0.81% -
HSV(B) 311.16º 0.34% 0.98% -
XYZ 67.55 52.82 84.48 -
YUV 197.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 250 164 234 0 0.34 0.06 0.02 311.16 0.9 0.81
Hex FA A4 EA 0 22 6 2 137 5A 51
Octal 372 244 352 0 42 6 2 467 132 121
Binary 11111010 10100100 11101010 0 100010 110 10 100110111 1011010 1010001

Color Harmonies of #FAA4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4EA

Black with #FAA4EA

Text Example


Text Example

White with #FAA4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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