#F6CFE8

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

Shades of Classic Rose #F6CFE8

Tints of Classic Rose #F6CFE8

Color information

#F6CFE8 (or 0xF6CFE8) is unknown color: approx Classic Rose. HEX triplet: F6, CF and E8. RGB value is (246,207,232). Sum of RGB (Red+Green+Blue) = 246+207+232=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFE8 is #093017. Grayscale: #DDDDDD. Windows color (decimal): -602136 or 15257590. OLE color: 15257590.

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

Color convert

RGB246207232-
CMYK00.160.060.04
HSL321.54º68.42%88.82%-
HSV(B)321.54º15.85%96.47%-
XYZ74.8870.0485.92-
YUV221.51133.92145.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 232 (91.02% from 255) = 33.87%
R=35.91%
G=30.22%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620723200.160.060.04321.5468.4288.82
HexF6CFE8010641424459
Octal36631735002064502104131
Binary11110110110011111110100001000011010010100001010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFE8; }

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

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

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

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

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

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

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

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