#FBCBEC

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

Shades of Classic Rose #FBCBEC

Tints of Classic Rose #FBCBEC

Color information

#FBCBEC (or 0xFBCBEC) is unknown color: approx Classic Rose. HEX triplet: FB, CB and EC. RGB value is (251,203,236). Sum of RGB (Red+Green+Blue) = 251+203+236=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBEC is #043413. Grayscale: #DDDDDD. Windows color (decimal): -275476 or 15518715. OLE color: 15518715.

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

Color convert

RGB251203236-
CMYK00.190.060.02
HSL318.75º85.71%89.02%-
HSV(B)318.75º19.12%98.43%-
XYZ76.2869.2888.71-
YUV221.11136.4149.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 203 (79.69% from 255) = 29.42%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=36.38%
G=29.42%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120323600.190.060.02318.7585.7189.02
HexFBCBEC0136213f5659
Octal37331335402362477126131
Binary1111101111001011111011000100111101010011111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBEC; }

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

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

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

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

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

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

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

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