#FCCBFF

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

Shades of Snuff #FCCBFF

Tints of Snuff #FCCBFF

Color information

#FCCBFF (or 0xFCCBFF) is unknown color: approx Snuff. HEX triplet: FC, CB and FF. RGB value is (252,203,255). Sum of RGB (Red+Green+Blue) = 252+203+255=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 203 (79.69% from 255 or 28.59% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBFF is #033400. Grayscale: #DFDFDF. Windows color (decimal): -209921 or 16763900. OLE color: 16763900.

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

Color convert

RGB252203255-
CMYK0.010.2000
HSL296.54º100%89.8%-
HSV(B)296.54º20.39%100%-
XYZ79.5570.63104.05-
YUV223.58145.73148.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 203 (79.69% from 255) = 28.59%
BLUE value IS 255 (100% from 255) = 35.92%
R=35.49%
G=28.59%
B=35.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522032550.010.2000296.5410089.8
HexFCCBFF11400129645a
Octal37431337712400451144132
Binary1111110011001011111111111101000010010100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBFF; }

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

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

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

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

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

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

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

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