#FFCFFF

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

Shades of Snuff #FFCFFF

Tints of Snuff #FFCFFF

Color information

#FFCFFF (or 0xFFCFFF) is unknown color: approx Snuff. HEX triplet: FF, CF and FF. RGB value is (255,207,255). Sum of RGB (Red+Green+Blue) = 255+207+255=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 207 (81.25% from 255 or 28.87% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFFF is #003000. Grayscale: #E2E2E2. Windows color (decimal): -12289 or 16764927. OLE color: 16764927.

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

Color convert

RGB255207255-
CMYK00.1900
HSL300º100%90.59%-
HSV(B)300º18.82%100%-
XYZ81.673.11104.42-
YUV226.82143.9148.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 207 (81.25% from 255) = 28.87%
BLUE value IS 255 (100% from 255) = 35.56%
R=35.56%
G=28.87%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520725500.190030010090.59
HexFFCFFF0130012c645b
Octal37731737702300454144133
Binary1111111111001111111111110100110010010110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFFF; }

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

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

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

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

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

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

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

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