#FFCEF5

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

Shades of Snuff #FFCEF5

Tints of Snuff #FFCEF5

Color information

#FFCEF5 (or 0xFFCEF5) is unknown color: approx Snuff. HEX triplet: FF, CE and F5. RGB value is (255,206,245). Sum of RGB (Red+Green+Blue) = 255+206+245=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 206 (80.86% from 255 or 29.18% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF5 is #00310A. Grayscale: #E0E0E0. Windows color (decimal): -12555 or 16109311. OLE color: 16109311.

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

Color convert

RGB255206245-
CMYK00.190.040
HSL312.24º100%90.39%-
HSV(B)312.24º19.22%100%-
XYZ79.797296.08-
YUV225.1139.23149.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 206 (80.86% from 255) = 29.18%
BLUE value IS 245 (96.09% from 255) = 34.70%
R=36.12%
G=29.18%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520624500.190.040312.2410090.39
HexFFCEF501340138645a
Octal37731636502340470144132
Binary111111111100111011110101010011100010011100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEF5; }

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

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

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

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

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

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

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

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