#FDABEB

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

Shades of Lavender Rose #FDABEB

Tints of Lavender Rose #FDABEB

Color information

#FDABEB (or 0xFDABEB) is unknown color: approx Lavender Rose. HEX triplet: FD, AB and EB. RGB value is (253,171,235). Sum of RGB (Red+Green+Blue) = 253+171+235=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABEB is #025414. Grayscale: #CACACA. Windows color (decimal): -152597 or 15444989. OLE color: 15444989.

HSL color Cylindrical-coordinate representation of color #FDABEB: hue angle of 313.17º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABEB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253171235-
CMYK00.320.070.01
HSL313.17º95.35%83.14%-
HSV(B)313.17º32.41%99.22%-
XYZ70.0756.0185.71-
YUV202.81146.17163.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 171 (67.19% from 255) = 25.95%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=38.39%
G=25.95%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317123500.320.070.01313.1795.3583.14
HexFDABEB020711395f53
Octal37525335304071471137123
Binary1111110110101011111010110100000111110011100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABEB; }

 p { color: rgb(253,171,235); }

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

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

 a { background-color: rgb(253,171,235); }

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

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

 span { border-color: rgb(253,171,235); }

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