#FFCBEC

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

Shades of Classic Rose #FFCBEC

Tints of Classic Rose #FFCBEC

Color information

#FFCBEC (or 0xFFCBEC) is unknown color: approx Classic Rose. HEX triplet: FF, CB and EC. RGB value is (255,203,236). Sum of RGB (Red+Green+Blue) = 255+203+236=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBEC is #003413. Grayscale: #DEDEDE. Windows color (decimal): -13332 or 15518719. OLE color: 15518719.

HSL color Cylindrical-coordinate representation of color #FFCBEC: hue angle of 321.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBEC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255203236-
CMYK00.200.070
HSL321.92º100%89.8%-
HSV(B)321.92º20.39%100%-
XYZ77.7470.0388.78-
YUV222.31135.73151.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 203 (79.69% from 255) = 29.25%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=36.74%
G=29.25%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520323600.200.070321.9210089.8
HexFFCBEC01470142645a
Octal37731335402470502144132
Binary111111111100101111101100010100111010100001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBEC; }

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

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

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

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

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

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

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

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