#FFCFF8

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

Shades of Snuff #FFCFF8

Tints of Snuff #FFCFF8

Color information

#FFCFF8 (or 0xFFCFF8) is unknown color: approx Snuff. HEX triplet: FF, CF and F8. RGB value is (255,207,248). Sum of RGB (Red+Green+Blue) = 255+207+248=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF8 is #003007. Grayscale: #E1E1E1. Windows color (decimal): -12296 or 16306175. OLE color: 16306175.

HSL color Cylindrical-coordinate representation of color #FFCFF8: hue angle of 308.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFF8 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255207248-
CMYK00.190.030
HSL308.75º100%90.59%-
HSV(B)308.75º18.82%100%-
XYZ80.572.6698.59-
YUV226.03140.4148.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 207 (81.25% from 255) = 29.15%
BLUE value IS 248 (97.27% from 255) = 34.93%
R=35.92%
G=29.15%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520724800.190.030308.7510090.59
HexFFCFF801330135645b
Octal37731737002330465144133
Binary11111111110011111111100001001111010011010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFF8; }

 p { color: rgb(255,207,248); }

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

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

 a { background-color: rgb(255,207,248); }

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

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

 span { border-color: rgb(255,207,248); }

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