#FBD0EC

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

Shades of Classic Rose #FBD0EC

Tints of Classic Rose #FBD0EC

Color information

#FBD0EC (or 0xFBD0EC) is unknown color: approx Classic Rose. HEX triplet: FB, D0 and EC. RGB value is (251,208,236). Sum of RGB (Red+Green+Blue) = 251+208+236=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0EC is #042F13. Grayscale: #DFDFDF. Windows color (decimal): -274196 or 15519995. OLE color: 15519995.

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

Color convert

RGB251208236-
CMYK00.170.060.02
HSL320.93º84.31%90%-
HSV(B)320.93º17.13%98.43%-
XYZ77.4871.6889.11-
YUV224.05134.75147.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 208 (81.64% from 255) = 29.93%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=36.12%
G=29.93%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120823600.170.060.02320.9384.3190
HexFBD0EC01162141545a
Octal37332035402162501124132
Binary1111101111010000111011000100011101010100000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0EC; }

 p { color: rgb(251,208,236); }

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

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

 a { background-color: rgb(251,208,236); }

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

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

 span { border-color: rgb(251,208,236); }

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