#F6CEDE

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

Shades of Classic Rose #F6CEDE

Tints of Classic Rose #F6CEDE

Color information

#F6CEDE (or 0xF6CEDE) is unknown color: approx Classic Rose. HEX triplet: F6, CE and DE. RGB value is (246,206,222). Sum of RGB (Red+Green+Blue) = 246+206+222=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEDE is #093121. Grayscale: #DBDBDB. Windows color (decimal): -602402 or 14601974. OLE color: 14601974.

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

Color convert

RGB246206222-
CMYK00.160.100.04
HSL336º68.97%88.63%-
HSV(B)336º16.26%96.47%-
XYZ73.2669.0178.57-
YUV219.78129.25146.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.50%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=36.50%
G=30.56%
B=32.94%

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
Decimal24620622200.160.100.0433668.9788.63
HexF6CEDE010A41504559
Octal366316336020124520105131
Binary111101101100111011011110010000101010010101000010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEDE; }

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

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

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

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

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

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

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

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