#FFCEF8

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

Shades of Snuff #FFCEF8

Tints of Snuff #FFCEF8

Color information

#FFCEF8 (or 0xFFCEF8) is unknown color: approx Snuff. HEX triplet: FF, CE and F8. RGB value is (255,206,248). Sum of RGB (Red+Green+Blue) = 255+206+248=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF8 is #003107. Grayscale: #E1E1E1. Windows color (decimal): -12552 or 16305919. OLE color: 16305919.

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

Color convert

RGB255206248-
CMYK00.190.030
HSL308.57º100%90.39%-
HSV(B)308.57º19.22%100%-
XYZ80.2572.1898.51-
YUV225.44140.73149.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 206 (80.86% from 255) = 29.06%
BLUE value IS 248 (97.27% from 255) = 34.98%
R=35.97%
G=29.06%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520624800.190.030308.5710090.39
HexFFCEF801330135645a
Octal37731637002330465144132
Binary11111111110011101111100001001111010011010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEF8; }

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

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

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

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

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

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

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

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