#FABFEE

Color #FABFEE Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FABFEE

Tints of Lavender Rose #FABFEE

Color information

#FABFEE (or 0xFABFEE) is unknown color: approx Lavender Rose. HEX triplet: FA, BF and EE. RGB value is (250,191,238). Sum of RGB (Red+Green+Blue) = 250+191+238=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFEE is #054011. Grayscale: #D5D5D5. Windows color (decimal): -344082 or 15646714. OLE color: 15646714.

HSL color Cylindrical-coordinate representation of color #FABFEE: hue angle of 312.2º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFEE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250191238-
CMYK00.240.050.02
HSL312.2º85.51%86.47%-
HSV(B)312.2º23.6%98.04%-
XYZ73.4963.7689.32-
YUV214141.55153.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 191 (75% from 255) = 28.13%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=36.82%
G=28.13%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019123800.240.050.02312.285.5186.47
HexFABFEE018521385656
Octal37227735603052470126126
Binary1111101010111111111011100110001011010011100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFEE; }

 p { color: rgb(250,191,238); }

 H1.HeaderClassName
 {
   color: #FABFEE;
 }
 .AnyTagClassName
 {
   color: #FABFEE;
 }
</style>
background-color css

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

 a { background-color: rgb(250,191,238); }

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

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

 span { border-color: rgb(250,191,238); }

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