#FABDEC

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

Shades of Lavender Rose #FABDEC

Tints of Lavender Rose #FABDEC

Color information

#FABDEC (or 0xFABDEC) is unknown color: approx Lavender Rose. HEX triplet: FA, BD and EC. RGB value is (250,189,236). Sum of RGB (Red+Green+Blue) = 250+189+236=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDEC is #054213. Grayscale: #D4D4D4. Windows color (decimal): -344596 or 15515130. OLE color: 15515130.

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

Color convert

RGB250189236-
CMYK00.240.060.02
HSL313.77º85.92%86.08%-
HSV(B)313.77º24.4%98.04%-
XYZ72.7662.7887.64-
YUV212.6141.21154.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 189 (74.22% from 255) = 28%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=37.04%
G=28%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018923600.240.060.02313.7785.9286.08
HexFABDEC0186213a5656
Octal37227535403062472126126
Binary1111101010111101111011000110001101010011101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDEC; }

 p { color: rgb(250,189,236); }

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

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

 a { background-color: rgb(250,189,236); }

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

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

 span { border-color: rgb(250,189,236); }

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