#FCDBFC

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

Shades of Selago #FCDBFC

Tints of Selago #FCDBFC

Color information

#FCDBFC (or 0xFCDBFC) is unknown color: approx Selago. HEX triplet: FC, DB and FC. RGB value is (252,219,252). Sum of RGB (Red+Green+Blue) = 252+219+252=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFC is #032403. Grayscale: #E8E8E8. Windows color (decimal): -205828 or 16571388. OLE color: 16571388.

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

Color convert

RGB252219252-
CMYK00.1300.01
HSL300º84.62%92.35%-
HSV(B)300º13.1%98.82%-
XYZ83.0578.39102.85-
YUV232.63138.93141.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.85%
GREEN value IS 219 (85.94% from 255) = 30.29%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=34.85%
G=30.29%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221925200.1300.0130084.6292.35
HexFCDBFC0D0112c555c
Octal37433337401501454125134
Binary111111001101101111111100011010110010110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBFC; }

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

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

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

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

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

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

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

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