Html Css Color HEX #FAAAE4 Lavender Rose

📋 copy color: '#FAAAE4'

red 250 ◦ green 170 ◦ blue 228

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

Shades of Lavender Rose #FAAAE4

Tints of Lavender Rose #FAAAE4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.23%

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

R = 38.58%
G = 26.23%
B = 35.19%

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

#FAAAE4 (or 0xFAAAE4) is known color: Lavender Rose. HEX triplet: FA, AA and E4. RGB value is (250,170,228). Sum of RGB (Red+Green+Blue) = 250+170+228=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE4 is #05551B. Grayscale: #C8C8C8. Windows color (decimal): -349468 or 14985978. OLE color: 14985978.

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

Color convert

RGB 250 170 228 -
CMYK 0 0.32 0.09 0.02
HSL 316.5º 0.89% 0.82% -
HSV(B) 316.5º 0.32% 0.98% -
XYZ 67.8 54.67 80.38 -
YUV 200.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 250 170 228 0 0.32 0.09 0.02 316.5 0.89 0.82
Hex FA AA E4 0 20 9 2 13C 59 52
Octal 372 252 344 0 40 11 2 474 131 122
Binary 11111010 10101010 11100100 0 100000 1001 10 100111100 1011001 1010010

Color Harmonies of #FAAAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAE4

Black with #FAAAE4

Text Example


Text Example

White with #FAAAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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