#FFCEFC

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

Shades of Snuff #FFCEFC

Tints of Snuff #FFCEFC

Color information

#FFCEFC (or 0xFFCEFC) is unknown color: approx Snuff. HEX triplet: FF, CE and FC. RGB value is (255,206,252). Sum of RGB (Red+Green+Blue) = 255+206+252=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 206 (80.86% from 255 or 28.89% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFC is #003103. Grayscale: #E1E1E1. Windows color (decimal): -12548 or 16568063. OLE color: 16568063.

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

Color convert

RGB255206252-
CMYK00.190.010
HSL303.67º100%90.39%-
HSV(B)303.67º19.22%100%-
XYZ80.8872.43101.81-
YUV225.9142.73148.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 28.89%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=35.76%
G=28.89%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520625200.190.010303.6710090.39
HexFFCEFC01310130645a
Octal37731637402310460144132
Binary1111111111001110111111000100111010011000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEFC; }

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

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

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

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

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

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

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

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