Html Css Color HEX #FAB1E8 Lavender Rose

📋 copy color: '#FAB1E8'

red 250 ◦ green 177 ◦ blue 232

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

Shades of Lavender Rose #FAB1E8

Tints of Lavender Rose #FAB1E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.2%

R = 37.94%
G = 26.86%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAB1E8 (or 0xFAB1E8) is known color: Lavender Rose. HEX triplet: FA, B1 and E8. RGB value is (250,177,232). Sum of RGB (Red+Green+Blue) = 250+177+232=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1E8 is #054E17. Grayscale: #CCCCCC. Windows color (decimal): -347672 or 15249914. OLE color: 15249914.

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

Color convert

RGB 250 177 232 -
CMYK 0 0.29 0.07 0.02
HSL 314.79º 0.88% 0.84% -
HSV(B) 314.79º 0.29% 0.98% -
XYZ 69.71 57.59 83.79 -
YUV 205.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 250 177 232 0 0.29 0.07 0.02 314.79 0.88 0.84
Hex FA B1 E8 0 1D 7 2 13B 58 54
Octal 372 261 350 0 35 7 2 473 130 124
Binary 11111010 10110001 11101000 0 11101 111 10 100111011 1011000 1010100

Color Harmonies of #FAB1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1E8

Black with #FAB1E8

Text Example


Text Example

White with #FAB1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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