Html Css Color HEX #FAAAEB Lavender Rose

📋 copy color: '#FAAAEB'

red 250 ◦ green 170 ◦ blue 235

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

Shades of Lavender Rose #FAAAEB

Tints of Lavender Rose #FAAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.88%

R = 38.17%
G = 25.95%
B = 35.88%

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

#FAAAEB (or 0xFAAAEB) is known color: Lavender Rose. HEX triplet: FA, AA and EB. RGB value is (250,170,235). Sum of RGB (Red+Green+Blue) = 250+170+235=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAEB is #055514. Grayscale: #C9C9C9. Windows color (decimal): -349461 or 15444730. OLE color: 15444730.

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

Color convert

RGB 250 170 235 -
CMYK 0 0.32 0.06 0.02
HSL 311.25º 0.89% 0.82% -
HSV(B) 311.25º 0.32% 0.98% -
XYZ 68.79 55.07 85.6 -
YUV 201.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 250 170 235 0 0.32 0.06 0.02 311.25 0.89 0.82
Hex FA AA EB 0 20 6 2 137 59 52
Octal 372 252 353 0 40 6 2 467 131 122
Binary 11111010 10101010 11101011 0 100000 110 10 100110111 1011001 1010010

Color Harmonies of #FAAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAEB

Black with #FAAAEB

Text Example


Text Example

White with #FAAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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