Html Css Color HEX #FAB1E7 Lavender Rose

📋 copy color: '#FAB1E7'

red 250 ◦ green 177 ◦ blue 231

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

Shades of Lavender Rose #FAB1E7

Tints of Lavender Rose #FAB1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.11%

R = 37.99%
G = 26.9%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAB1E7 (or 0xFAB1E7) is known color: Lavender Rose. HEX triplet: FA, B1 and E7. RGB value is (250,177,231). Sum of RGB (Red+Green+Blue) = 250+177+231=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 177 (69.53% from 255 or 26.90% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1E7 is #054E18. Grayscale: #CCCCCC. Windows color (decimal): -347673 or 15184378. OLE color: 15184378.

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

Color convert

RGB 250 177 231 -
CMYK 0 0.29 0.08 0.02
HSL 315.62º 0.88% 0.84% -
HSV(B) 315.62º 0.29% 0.98% -
XYZ 69.57 57.54 83.04 -
YUV 204.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 250 177 231 0 0.29 0.08 0.02 315.62 0.88 0.84
Hex FA B1 E7 0 1D 8 2 13C 58 54
Octal 372 261 347 0 35 10 2 474 130 124
Binary 11111010 10110001 11100111 0 11101 1000 10 100111100 1011000 1010100

Color Harmonies of #FAB1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1E7

Black with #FAB1E7

Text Example


Text Example

White with #FAB1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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