#F6CEE1

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

Shades of Classic Rose #F6CEE1

Tints of Classic Rose #F6CEE1

Color information

#F6CEE1 (or 0xF6CEE1) is unknown color: approx Classic Rose. HEX triplet: F6, CE and E1. RGB value is (246,206,225). Sum of RGB (Red+Green+Blue) = 246+206+225=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEE1 is #09311E. Grayscale: #DCDCDC. Windows color (decimal): -602399 or 14798582. OLE color: 14798582.

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

Color convert

RGB246206225-
CMYK00.160.090.04
HSL331.5º68.97%88.63%-
HSV(B)331.5º16.26%96.47%-
XYZ73.6769.1780.7-
YUV220.13130.75146.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.34%
GREEN value IS 206 (80.86% from 255) = 30.43%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=36.34%
G=30.43%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620622500.160.090.04331.568.9788.63
HexF6CEE10109414c4559
Octal366316341020114514105131
Binary111101101100111011100001010000100110010100110010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEE1; }

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

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

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

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

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

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

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

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