#F6CEDD

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

Shades of Classic Rose #F6CEDD

Tints of Classic Rose #F6CEDD

Color information

#F6CEDD (or 0xF6CEDD) is unknown color: approx Classic Rose. HEX triplet: F6, CE and DD. RGB value is (246,206,221). Sum of RGB (Red+Green+Blue) = 246+206+221=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEDD is #093122. Grayscale: #DBDBDB. Windows color (decimal): -602403 or 14536438. OLE color: 14536438.

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

Color convert

RGB246206221-
CMYK00.160.100.04
HSL337.5º68.97%88.63%-
HSV(B)337.5º16.26%96.47%-
XYZ73.1368.9677.86-
YUV219.67128.75146.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=36.55%
G=30.61%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620622100.160.100.04337.568.9788.63
HexF6CEDD010A41524559
Octal366316335020124522105131
Binary111101101100111011011101010000101010010101001010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEDD; }

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

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

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

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

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

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

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

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