#F6CFEB

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

Shades of Classic Rose #F6CFEB

Tints of Classic Rose #F6CFEB

Color information

#F6CFEB (or 0xF6CFEB) is unknown color: approx Classic Rose. HEX triplet: F6, CF and EB. RGB value is (246,207,235). Sum of RGB (Red+Green+Blue) = 246+207+235=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFEB is #093014. Grayscale: #DDDDDD. Windows color (decimal): -602133 or 15454198. OLE color: 15454198.

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

Color convert

RGB246207235-
CMYK00.160.040.04
HSL316.92º68.42%88.82%-
HSV(B)316.92º15.85%96.47%-
XYZ75.3170.2288.18-
YUV221.85135.42145.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.76%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=35.76%
G=30.09%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620723500.160.040.04316.9268.4288.82
HexF6CFEB0104413d4459
Octal36631735302044475104131
Binary11110110110011111110101101000010010010011110110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFEB; }

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

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

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

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

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

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

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

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