#FBCDEC

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

Shades of Classic Rose #FBCDEC

Tints of Classic Rose #FBCDEC

Color information

#FBCDEC (or 0xFBCDEC) is unknown color: approx Classic Rose. HEX triplet: FB, CD and EC. RGB value is (251,205,236). Sum of RGB (Red+Green+Blue) = 251+205+236=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDEC is #043213. Grayscale: #DEDEDE. Windows color (decimal): -274964 or 15519227. OLE color: 15519227.

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

Color convert

RGB251205236-
CMYK00.180.060.02
HSL319.57º85.19%89.41%-
HSV(B)319.57º18.33%98.43%-
XYZ76.7670.2388.87-
YUV222.29135.74148.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=36.27%
G=29.62%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120523600.180.060.02319.5785.1989.41
HexFBCDEC012621405559
Octal37331535402262500125131
Binary1111101111001101111011000100101101010100000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDEC; }

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

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

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

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

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

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

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

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