Html Css Color HEX #FAAAEC Lavender Rose

📋 copy color: '#FAAAEC'

red 250 ◦ green 170 ◦ blue 236

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

Shades of Lavender Rose #FAAAEC

Tints of Lavender Rose #FAAAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 38.11%
G = 25.91%
B = 35.98%

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

#FAAAEC (or 0xFAAAEC) is known color: Lavender Rose. HEX triplet: FA, AA and EC. RGB value is (250,170,236). Sum of RGB (Red+Green+Blue) = 250+170+236=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAEC is #055513. Grayscale: #C9C9C9. Windows color (decimal): -349460 or 15510266. OLE color: 15510266.

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

Color convert

RGB 250 170 236 -
CMYK 0 0.32 0.06 0.02
HSL 310.5º 0.89% 0.82% -
HSV(B) 310.5º 0.32% 0.98% -
XYZ 68.94 55.13 86.36 -
YUV 201.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 250 170 236 0 0.32 0.06 0.02 310.5 0.89 0.82
Hex FA AA EC 0 20 6 2 136 59 52
Octal 372 252 354 0 40 6 2 466 131 122
Binary 11111010 10101010 11101100 0 100000 110 10 100110110 1011001 1010010

Color Harmonies of #FAAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAEC

Black with #FAAAEC

Text Example


Text Example

White with #FAAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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