#FDC1FA

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

Shades of Snuff #FDC1FA

Tints of Snuff #FDC1FA

Color information

#FDC1FA (or 0xFDC1FA) is unknown color: approx Snuff. HEX triplet: FD, C1 and FA. RGB value is (253,193,250). Sum of RGB (Red+Green+Blue) = 253+193+250=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 193 (75.78% from 255 or 27.73% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1FA is #023E05. Grayscale: #D9D9D9. Windows color (decimal): -146950 or 16433661. OLE color: 16433661.

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

Color convert

RGB253193250-
CMYK00.240.010.01
HSL303º93.75%87.45%-
HSV(B)303º23.72%99.22%-
XYZ76.8365.9299.12-
YUV217.44146.38153.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 193 (75.78% from 255) = 27.73%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=36.35%
G=27.73%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319325000.240.010.0130393.7587.45
HexFDC1FA0181112f5e57
Octal37530137203011457136127
Binary1111110111000001111110100110001110010111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1FA; }

 p { color: rgb(253,193,250); }

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

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

 a { background-color: rgb(253,193,250); }

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

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

 span { border-color: rgb(253,193,250); }

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