#FCCBFE

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

Shades of Snuff #FCCBFE

Tints of Snuff #FCCBFE

Color information

#FCCBFE (or 0xFCCBFE) is unknown color: approx Snuff. HEX triplet: FC, CB and FE. RGB value is (252,203,254). Sum of RGB (Red+Green+Blue) = 252+203+254=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 203 (79.69% from 255 or 28.63% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBFE is #033401. Grayscale: #DFDFDF. Windows color (decimal): -209922 or 16698364. OLE color: 16698364.

HSL color Cylindrical-coordinate representation of color #FCCBFE: hue angle of 297.65º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCBFE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252203254-
CMYK0.010.2000.00
HSL297.65º96.23%89.61%-
HSV(B)297.65º20.08%99.61%-
XYZ79.3970.56103.2-
YUV223.46145.23148.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 203 (79.69% from 255) = 28.63%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=35.54%
G=28.63%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522032540.010.2000.00297.6596.2389.61
HexFCCBFE1140012a605a
Octal37431337612400452140132
Binary1111110011001011111111101101000010010101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBFE; }

 p { color: rgb(252,203,254); }

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

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

 a { background-color: rgb(252,203,254); }

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

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

 span { border-color: rgb(252,203,254); }

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