#F6CEE4

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

Shades of Classic Rose #F6CEE4

Tints of Classic Rose #F6CEE4

Color information

#F6CEE4 (or 0xF6CEE4) is unknown color: approx Classic Rose. HEX triplet: F6, CE and E4. RGB value is (246,206,228). Sum of RGB (Red+Green+Blue) = 246+206+228=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEE4 is #09311B. Grayscale: #DCDCDC. Windows color (decimal): -602396 or 14995190. OLE color: 14995190.

HSL color Cylindrical-coordinate representation of color #F6CEE4: hue angle of 327º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CEE4 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246206228-
CMYK00.160.070.04
HSL327º68.97%88.63%-
HSV(B)327º16.26%96.47%-
XYZ74.0869.3482.88-
YUV220.47132.25146.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.18%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=36.18%
G=30.29%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620622800.160.070.0432768.9788.63
HexF6CEE4010741474559
Octal36631634402074507105131
Binary11110110110011101110010001000011110010100011110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEE4; }

 p { color: rgb(246,206,228); }

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

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

 a { background-color: rgb(246,206,228); }

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

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

 span { border-color: rgb(246,206,228); }

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