#FCCBF3

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

Shades of Snuff #FCCBF3

Tints of Snuff #FCCBF3

Color information

#FCCBF3 (or 0xFCCBF3) is unknown color: approx Snuff. HEX triplet: FC, CB and F3. RGB value is (252,203,243). Sum of RGB (Red+Green+Blue) = 252+203+243=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 203 (79.69% from 255 or 29.08% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF3 is #03340C. Grayscale: #DEDEDE. Windows color (decimal): -209933 or 15977468. OLE color: 15977468.

HSL color Cylindrical-coordinate representation of color #FCCBF3: hue angle of 311.02º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBF3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252203243-
CMYK00.190.040.01
HSL311.02º89.09%89.22%-
HSV(B)311.02º19.44%98.82%-
XYZ77.6869.8894.19-
YUV222.21139.73149.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 203 (79.69% from 255) = 29.08%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=36.10%
G=29.08%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220324300.190.040.01311.0289.0989.22
HexFCCBF3013411375959
Octal37431336302341467131131
Binary111111001100101111110011010011100110011011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBF3; }

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

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

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

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

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

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

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

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