#FCD8FB

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

Shades of Selago #FCD8FB

Tints of Selago #FCD8FB

Color information

#FCD8FB (or 0xFCD8FB) is unknown color: approx Selago. HEX triplet: FC, D8 and FB. RGB value is (252,216,251). Sum of RGB (Red+Green+Blue) = 252+216+251=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 216 (84.77% from 255 or 30.04% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FB is #032704. Grayscale: #E6E6E6. Windows color (decimal): -206597 or 16505084. OLE color: 16505084.

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

Color convert

RGB252216251-
CMYK00.140.000.01
HSL301.67º85.71%91.76%-
HSV(B)301.67º14.29%98.82%-
XYZ82.1176.77101.76-
YUV230.75139.43143.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 216 (84.77% from 255) = 30.04%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=35.05%
G=30.04%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221625100.140.000.01301.6785.7191.76
HexFCD8FB0E0112e565c
Octal37433037301601456126134
Binary111111001101100011111011011100110010111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8FB; }

 p { color: rgb(252,216,251); }

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

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

 a { background-color: rgb(252,216,251); }

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

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

 span { border-color: rgb(252,216,251); }

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