#FFCEFF

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

Shades of Snuff #FFCEFF

Tints of Snuff #FFCEFF

Color information

#FFCEFF (or 0xFFCEFF) is unknown color: approx Snuff. HEX triplet: FF, CE and FF. RGB value is (255,206,255). Sum of RGB (Red+Green+Blue) = 255+206+255=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 206 (80.86% from 255 or 28.77% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFF is #003100. Grayscale: #E2E2E2. Windows color (decimal): -12545 or 16764671. OLE color: 16764671.

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

Color convert

RGB255206255-
CMYK00.1900
HSL300º100%90.39%-
HSV(B)300º19.22%100%-
XYZ81.3672.62104.34-
YUV226.24144.23148.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 206 (80.86% from 255) = 28.77%
BLUE value IS 255 (100% from 255) = 35.61%
R=35.61%
G=28.77%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520625500.190030010090.39
HexFFCEFF0130012c645a
Octal37731637702300454144132
Binary1111111111001110111111110100110010010110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEFF; }

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

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

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

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

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

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

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

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