#FDC4FB

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

Shades of Snuff #FDC4FB

Tints of Snuff #FDC4FB

Color information

#FDC4FB (or 0xFDC4FB) is unknown color: approx Snuff. HEX triplet: FD, C4 and FB. RGB value is (253,196,251). Sum of RGB (Red+Green+Blue) = 253+196+251=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 196 (76.95% from 255 or 28% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4FB is #023B04. Grayscale: #DBDBDB. Windows color (decimal): -146181 or 16499965. OLE color: 16499965.

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

Color convert

RGB253196251-
CMYK00.230.010.01
HSL302.11º93.44%88.04%-
HSV(B)302.11º22.53%99.22%-
XYZ77.6667.33100.17-
YUV219.31145.88152.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 196 (76.95% from 255) = 28%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=36.14%
G=28%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319625100.230.010.01302.1193.4488.04
HexFDC4FB0171112e5d58
Octal37530437302711456135130
Binary1111110111000100111110110101111110010111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4FB; }

 p { color: rgb(253,196,251); }

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

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

 a { background-color: rgb(253,196,251); }

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

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

 span { border-color: rgb(253,196,251); }

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