#FCDBFE

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

Shades of Selago #FCDBFE

Tints of Selago #FCDBFE

Color information

#FCDBFE (or 0xFCDBFE) is unknown color: approx Selago. HEX triplet: FC, DB and FE. RGB value is (252,219,254). Sum of RGB (Red+Green+Blue) = 252+219+254=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 219 (85.94% from 255 or 30.21% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCDBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFE is #032401. Grayscale: #E8E8E8. Windows color (decimal): -205826 or 16702460. OLE color: 16702460.

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

Color convert

RGB252219254-
CMYK0.010.1400.00
HSL296.57º94.59%92.75%-
HSV(B)296.57º13.78%99.61%-
XYZ83.3778.51104.53-
YUV232.86139.93141.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 219 (85.94% from 255) = 30.21%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=34.76%
G=30.21%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522192540.010.1400.00296.5794.5992.75
HexFCDBFE1E001295f5d
Octal37433337611600451137135
Binary111111001101101111111110111100010010100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBFE; }

 p { color: rgb(252,219,254); }

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

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

 a { background-color: rgb(252,219,254); }

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

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

 span { border-color: rgb(252,219,254); }

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