#F6CCEB

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

Shades of Classic Rose #F6CCEB

Tints of Classic Rose #F6CCEB

Color information

#F6CCEB (or 0xF6CCEB) is unknown color: approx Classic Rose. HEX triplet: F6, CC and EB. RGB value is (246,204,235). Sum of RGB (Red+Green+Blue) = 246+204+235=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCEB is #093314. Grayscale: #DCDCDC. Windows color (decimal): -602901 or 15453430. OLE color: 15453430.

HSL color Cylindrical-coordinate representation of color #F6CCEB: hue angle of 315.71º 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 #F6CCEB is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246204235-
CMYK00.170.040.04
HSL315.71º70%88.24%-
HSV(B)315.71º17.07%96.47%-
XYZ74.5968.7887.94-
YUV220.09136.41146.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 204 (80.08% from 255) = 29.78%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=35.91%
G=29.78%
B=34.31%

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
Decimal24620423500.170.040.04315.717088.24
HexF6CCEB0114413c4658
Octal36631435302144474106130
Binary11110110110011001110101101000110010010011110010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCEB; }

 p { color: rgb(246,204,235); }

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

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

 a { background-color: rgb(246,204,235); }

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

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

 span { border-color: rgb(246,204,235); }

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