#FCD8FF

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

Shades of Selago #FCD8FF

Tints of Selago #FCD8FF

Color information

#FCD8FF (or 0xFCD8FF) is unknown color: approx Selago. HEX triplet: FC, D8 and FF. RGB value is (252,216,255). Sum of RGB (Red+Green+Blue) = 252+216+255=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 216 (84.77% from 255 or 29.88% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FF is #032700. Grayscale: #E7E7E7. Windows color (decimal): -206593 or 16767228. OLE color: 16767228.

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

Color convert

RGB252216255-
CMYK0.010.1500
HSL295.38º100%92.35%-
HSV(B)295.38º15.29%100%-
XYZ82.7577.03105.11-
YUV231.21141.43142.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 216 (84.77% from 255) = 29.88%
BLUE value IS 255 (100% from 255) = 35.27%
R=34.85%
G=29.88%
B=35.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522162550.010.1500295.3810092.35
HexFCD8FF1F00127645c
Octal37433037711700447144134
Binary111111001101100011111111111110010010011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8FF; }

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

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

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

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

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

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

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

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