#FCBDFD

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

Shades of Snuff #FCBDFD

Tints of Snuff #FCBDFD

Color information

#FCBDFD (or 0xFCBDFD) is unknown color: approx Snuff. HEX triplet: FC, BD and FD. RGB value is (252,189,253). Sum of RGB (Red+Green+Blue) = 252+189+253=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 189 (74.22% from 255 or 27.23% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDFD is #034202. Grayscale: #D6D6D6. Windows color (decimal): -213507 or 16629244. OLE color: 16629244.

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

Color convert

RGB252189253-
CMYK0.000.2500.01
HSL299.06º94.12%86.67%-
HSV(B)299.06º25.3%99.22%-
XYZ76.0764.18101.31-
YUV215.13149.37154.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 189 (74.22% from 255) = 27.23%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=36.31%
G=27.23%
B=36.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521892530.000.2500.01299.0694.1286.67
HexFCBDFD0190112b5e57
Octal37427537503101453136127
Binary1111110010111101111111010110010110010101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDFD; }

 p { color: rgb(252,189,253); }

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

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

 a { background-color: rgb(252,189,253); }

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

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

 span { border-color: rgb(252,189,253); }

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