Html Css Color HEX #FAB1EF Lavender Rose

📋 copy color: '#FAB1EF'

red 250 ◦ green 177 ◦ blue 239

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

Shades of Lavender Rose #FAB1EF

Tints of Lavender Rose #FAB1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.58%

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

R = 37.54%
G = 26.58%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB1EF (or 0xFAB1EF) is known color: Lavender Rose. HEX triplet: FA, B1 and EF. RGB value is (250,177,239). Sum of RGB (Red+Green+Blue) = 250+177+239=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1EF is #054E10. Grayscale: #CDCDCD. Windows color (decimal): -347665 or 15708666. OLE color: 15708666.

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

Color convert

RGB 250 177 239 -
CMYK 0 0.29 0.04 0.02
HSL 309.04º 0.88% 0.84% -
HSV(B) 309.04º 0.29% 0.98% -
XYZ 70.73 58 89.13 -
YUV 205.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 250 177 239 0 0.29 0.04 0.02 309.04 0.88 0.84
Hex FA B1 EF 0 1D 4 2 135 58 54
Octal 372 261 357 0 35 4 2 465 130 124
Binary 11111010 10110001 11101111 0 11101 100 10 100110101 1011000 1010100

Color Harmonies of #FAB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1EF

Black with #FAB1EF

Text Example


Text Example

White with #FAB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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