#FFCFF6

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

Shades of Snuff #FFCFF6

Tints of Snuff #FFCFF6

Color information

#FFCFF6 (or 0xFFCFF6) is unknown color: approx Snuff. HEX triplet: FF, CF and F6. RGB value is (255,207,246). Sum of RGB (Red+Green+Blue) = 255+207+246=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 207 (81.25% from 255 or 29.24% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF6 is #003009. Grayscale: #E1E1E1. Windows color (decimal): -12298 or 16175103. OLE color: 16175103.

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

Color convert

RGB255207246-
CMYK00.190.040
HSL311.25º100%90.59%-
HSV(B)311.25º18.82%100%-
XYZ80.1972.5496.96-
YUV225.8139.4148.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 207 (81.25% from 255) = 29.24%
BLUE value IS 246 (96.48% from 255) = 34.75%
R=36.02%
G=29.24%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520724600.190.040311.2510090.59
HexFFCFF601340137645b
Octal37731736602340467144133
Binary111111111100111111110110010011100010011011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFF6; }

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

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

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

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

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

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

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

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