#F8CCEF

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

Shades of Snuff #F8CCEF

Tints of Snuff #F8CCEF

Color information

#F8CCEF (or 0xF8CCEF) is unknown color: approx Snuff. HEX triplet: F8, CC and EF. RGB value is (248,204,239). Sum of RGB (Red+Green+Blue) = 248+204+239=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCEF is #073310. Grayscale: #DDDDDD. Windows color (decimal): -471825 or 15715576. OLE color: 15715576.

HSL color Cylindrical-coordinate representation of color #F8CCEF: hue angle of 312.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCEF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248204239-
CMYK00.180.040.03
HSL312.27º75.86%88.63%-
HSV(B)312.27º17.74%97.25%-
XYZ75.8869.3791.05-
YUV221.15138.08147.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.89%
GREEN value IS 204 (80.08% from 255) = 29.52%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=35.89%
G=29.52%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820423900.180.040.03312.2775.8688.63
HexF8CCEF012431384c59
Octal37031435702243470114131
Binary1111100011001100111011110100101001110011100010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCEF; }

 p { color: rgb(248,204,239); }

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

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

 a { background-color: rgb(248,204,239); }

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

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

 span { border-color: rgb(248,204,239); }

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