Html Css Color HEX #FAB5EF Lavender Rose

📋 copy color: '#FAB5EF'

red 250 ◦ green 181 ◦ blue 239

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

Shades of Lavender Rose #FAB5EF

Tints of Lavender Rose #FAB5EF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.01%

 BLUE value IS 239 (93.75% from 255) = 35.67%

R = 37.31%
G = 27.01%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAB5EF (or 0xFAB5EF) is known color: Lavender Rose. HEX triplet: FA, B5 and EF. RGB value is (250,181,239). Sum of RGB (Red+Green+Blue) = 250+181+239=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5EF is #054A10. Grayscale: #D0D0D0. Windows color (decimal): -346641 or 15709690. OLE color: 15709690.

HSL color Cylindrical-coordinate representation of color #FAB5EF: hue angle of 309.57º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5EF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 239 -
CMYK 0 0.28 0.04 0.02
HSL 309.57º 0.87% 0.85% -
HSV(B) 309.57º 0.28% 0.98% -
XYZ 71.53 59.6 89.4 -
YUV 208.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 250 181 239 0 0.28 0.04 0.02 309.57 0.87 0.85
Hex FA B5 EF 0 1C 4 2 136 57 55
Octal 372 265 357 0 34 4 2 466 127 125
Binary 11111010 10110101 11101111 0 11100 100 10 100110110 1010111 1010101

Color Harmonies of #FAB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5EF

Black with #FAB5EF

Text Example


Text Example

White with #FAB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5EF; }

 p { color: rgb(250,181,239); }

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

background-color css

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

 a { background-color: rgb(250,181,239); }

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

border-color css

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

 span { border-color: rgb(250,181,239); }

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