#F5CFED

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

Shades of Snuff #F5CFED

Tints of Snuff #F5CFED

Color information

#F5CFED (or 0xF5CFED) is unknown color: approx Snuff. HEX triplet: F5, CF and ED. RGB value is (245,207,237). Sum of RGB (Red+Green+Blue) = 245+207+237=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFED is #0A3012. Grayscale: #DDDDDD. Windows color (decimal): -667667 or 15585269. OLE color: 15585269.

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

Color convert

RGB245207237-
CMYK00.160.030.04
HSL312.63º65.52%88.63%-
HSV(B)312.63º15.51%96.08%-
XYZ75.2670.1589.7-
YUV221.78136.59144.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.56%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=35.56%
G=30.04%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520723700.160.030.04312.6365.5288.63
HexF5CFED010341394259
Octal36531735502034471102131
Binary1111010111001111111011010100001110010011100110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFED; }

 p { color: rgb(245,207,237); }

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

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

 a { background-color: rgb(245,207,237); }

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

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

 span { border-color: rgb(245,207,237); }

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