#F0CFEF

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

Shades of Snuff #F0CFEF

Tints of Snuff #F0CFEF

Color information

#F0CFEF (or 0xF0CFEF) is unknown color: approx Snuff. HEX triplet: F0, CF and EF. RGB value is (240,207,239). Sum of RGB (Red+Green+Blue) = 240+207+239=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFEF is #0F3010. Grayscale: #DCDCDC. Windows color (decimal): -995345 or 15716336. OLE color: 15716336.

HSL color Cylindrical-coordinate representation of color #F0CFEF: hue angle of 301.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFEF is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240207239-
CMYK00.140.000.06
HSL301.82º52.38%87.65%-
HSV(B)301.82º13.75%94.12%-
XYZ73.8369.3891.16-
YUV220.52138.43141.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=34.99%
G=30.17%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020723900.140.000.06301.8252.3887.65
HexF0CFEF0E0612e3458
Octal3603173570160645664130
Binary1111000011001111111011110111001101001011101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFEF; }

 p { color: rgb(240,207,239); }

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

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

 a { background-color: rgb(240,207,239); }

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

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

 span { border-color: rgb(240,207,239); }

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