#FFCEF6

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

Shades of Snuff #FFCEF6

Tints of Snuff #FFCEF6

Color information

#FFCEF6 (or 0xFFCEF6) is unknown color: approx Snuff. HEX triplet: FF, CE and F6. RGB value is (255,206,246). Sum of RGB (Red+Green+Blue) = 255+206+246=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF6 is #003109. Grayscale: #E1E1E1. Windows color (decimal): -12554 or 16174847. OLE color: 16174847.

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

Color convert

RGB255206246-
CMYK00.190.040
HSL311.02º100%90.39%-
HSV(B)311.02º19.22%100%-
XYZ79.9572.0696.88-
YUV225.21139.73149.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 206 (80.86% from 255) = 29.14%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=36.07%
G=29.14%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520624600.190.040311.0210090.39
HexFFCEF601340137645a
Octal37731636602340467144132
Binary111111111100111011110110010011100010011011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEF6; }

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

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

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

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

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

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

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

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