#FABCEB

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

Shades of Lavender Rose #FABCEB

Tints of Lavender Rose #FABCEB

Color information

#FABCEB (or 0xFABCEB) is unknown color: approx Lavender Rose. HEX triplet: FA, BC and EB. RGB value is (250,188,235). Sum of RGB (Red+Green+Blue) = 250+188+235=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCEB is #054314. Grayscale: #D3D3D3. Windows color (decimal): -344853 or 15449338. OLE color: 15449338.

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

Color convert

RGB250188235-
CMYK00.250.060.02
HSL314.52º86.11%85.88%-
HSV(B)314.52º24.8%98.04%-
XYZ72.462.2986.8-
YUV211.9141.04155.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 188 (73.83% from 255) = 27.93%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=37.15%
G=27.93%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018823500.250.060.02314.5286.1185.88
HexFABCEB0196213b5656
Octal37227435303162473126126
Binary1111101010111100111010110110011101010011101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCEB; }

 p { color: rgb(250,188,235); }

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

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

 a { background-color: rgb(250,188,235); }

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

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

 span { border-color: rgb(250,188,235); }

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