#F6CBEC

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

Shades of Classic Rose #F6CBEC

Tints of Classic Rose #F6CBEC

Color information

#F6CBEC (or 0xF6CBEC) is unknown color: approx Classic Rose. HEX triplet: F6, CB and EC. RGB value is (246,203,236). Sum of RGB (Red+Green+Blue) = 246+203+236=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CBEC is #093413. Grayscale: #DBDBDB. Windows color (decimal): -603156 or 15518710. OLE color: 15518710.

HSL color Cylindrical-coordinate representation of color #F6CBEC: hue angle of 313.95º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CBEC is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246203236-
CMYK00.170.040.04
HSL313.95º70.49%88.04%-
HSV(B)313.95º17.48%96.47%-
XYZ74.568.3688.63-
YUV219.62137.25146.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=35.91%
G=29.64%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620323600.170.040.04313.9570.4988.04
HexF6CBEC0114413a4658
Octal36631335402144472106130
Binary11110110110010111110110001000110010010011101010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CBEC; }

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

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

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

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

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

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

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

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