#F6CFE9

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

Shades of Classic Rose #F6CFE9

Tints of Classic Rose #F6CFE9

Color information

#F6CFE9 (or 0xF6CFE9) is unknown color: approx Classic Rose. HEX triplet: F6, CF and E9. RGB value is (246,207,233). Sum of RGB (Red+Green+Blue) = 246+207+233=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFE9 is #093016. Grayscale: #DDDDDD. Windows color (decimal): -602135 or 15323126. OLE color: 15323126.

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

Color convert

RGB246207233-
CMYK00.160.050.04
HSL320º68.42%88.82%-
HSV(B)320º15.85%96.47%-
XYZ75.0370.186.67-
YUV221.62134.42145.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.86%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=35.86%
G=30.17%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620723300.160.050.0432068.4288.82
HexF6CFE9010541404459
Octal36631735102054500104131
Binary11110110110011111110100101000010110010100000010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFE9; }

 p { color: rgb(246,207,233); }

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

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

 a { background-color: rgb(246,207,233); }

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

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

 span { border-color: rgb(246,207,233); }

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