#FDBCEB

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

Shades of Lavender Rose #FDBCEB

Tints of Lavender Rose #FDBCEB

Color information

#FDBCEB (or 0xFDBCEB) is unknown color: approx Lavender Rose. HEX triplet: FD, BC and EB. RGB value is (253,188,235). Sum of RGB (Red+Green+Blue) = 253+188+235=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCEB is #024314. Grayscale: #D4D4D4. Windows color (decimal): -148245 or 15449341. OLE color: 15449341.

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

Color convert

RGB253188235-
CMYK00.260.070.01
HSL316.62º94.2%86.47%-
HSV(B)316.62º25.69%99.22%-
XYZ73.4962.8586.85-
YUV212.79140.53156.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 188 (73.83% from 255) = 27.81%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=37.43%
G=27.81%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318823500.260.070.01316.6294.286.47
HexFDBCEB01A7113d5e56
Octal37527435303271475136126
Binary111111011011110011101011011010111110011110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBCEB; }

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

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

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

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

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

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

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

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