#FFCEFD

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

Shades of Snuff #FFCEFD

Tints of Snuff #FFCEFD

Color information

#FFCEFD (or 0xFFCEFD) is unknown color: approx Snuff. HEX triplet: FF, CE and FD. RGB value is (255,206,253). Sum of RGB (Red+Green+Blue) = 255+206+253=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 206 (80.86% from 255 or 28.85% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFD is #003102. Grayscale: #E1E1E1. Windows color (decimal): -12547 or 16633599. OLE color: 16633599.

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

Color convert

RGB255206253-
CMYK00.190.010
HSL302.45º100%90.39%-
HSV(B)302.45º19.22%100%-
XYZ81.0472.49102.65-
YUV226.01143.23148.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 206 (80.86% from 255) = 28.85%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=35.71%
G=28.85%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520625300.190.010302.4510090.39
HexFFCEFD0131012e645a
Octal37731637502310456144132
Binary1111111111001110111111010100111010010111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEFD; }

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

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

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

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

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

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

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

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