#FBDCFD

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

Shades of Selago #FBDCFD

Tints of Selago #FBDCFD

Color information

#FBDCFD (or 0xFBDCFD) is unknown color: approx Selago. HEX triplet: FB, DC and FD. RGB value is (251,220,253). Sum of RGB (Red+Green+Blue) = 251+220+253=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCFD is #042302. Grayscale: #E8E8E8. Windows color (decimal): -271107 or 16637179. OLE color: 16637179.

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

Color convert

RGB251220253-
CMYK0.010.1300.01
HSL296.36º89.19%92.75%-
HSV(B)296.36º13.04%99.22%-
XYZ83.1178.79103.76-
YUV233.03139.27140.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 220 (86.33% from 255) = 30.39%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=34.67%
G=30.39%
B=34.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512202530.010.1300.01296.3689.1992.75
HexFBDCFD1D01128595d
Octal37333437511501450131135
Binary111110111101110011111101111010110010100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCFD; }

 p { color: rgb(251,220,253); }

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

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

 a { background-color: rgb(251,220,253); }

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

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

 span { border-color: rgb(251,220,253); }

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