#FFCEF9

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

Shades of Snuff #FFCEF9

Tints of Snuff #FFCEF9

Color information

#FFCEF9 (or 0xFFCEF9) is unknown color: approx Snuff. HEX triplet: FF, CE and F9. RGB value is (255,206,249). Sum of RGB (Red+Green+Blue) = 255+206+249=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 206 (80.86% from 255 or 29.01% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF9 is #003106. Grayscale: #E1E1E1. Windows color (decimal): -12551 or 16371455. OLE color: 16371455.

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

Color convert

RGB255206249-
CMYK00.190.020
HSL307.35º100%90.39%-
HSV(B)307.35º19.22%100%-
XYZ80.4172.2499.33-
YUV225.55141.23149-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 206 (80.86% from 255) = 29.01%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=35.92%
G=29.01%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520624900.190.020307.3510090.39
HexFFCEF901320133645a
Octal37731637102320463144132
Binary11111111110011101111100101001110010011001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEF9; }

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

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

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

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

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

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

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

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