#FBDCFC

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

Shades of Selago #FBDCFC

Tints of Selago #FBDCFC

Color information

#FBDCFC (or 0xFBDCFC) is unknown color: approx Selago. HEX triplet: FB, DC and FC. RGB value is (251,220,252). Sum of RGB (Red+Green+Blue) = 251+220+252=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCFC is #042303. Grayscale: #E8E8E8. Windows color (decimal): -271108 or 16571643. OLE color: 16571643.

HSL color Cylindrical-coordinate representation of color #FBDCFC: hue angle of 298.12º degrees, saturation: 0.84, 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 #FBDCFC is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251220252-
CMYK0.000.1300.01
HSL298.12º84.21%92.55%-
HSV(B)298.12º12.7%98.82%-
XYZ82.9578.72102.92-
YUV232.92138.77140.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 220 (86.33% from 255) = 30.43%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=34.72%
G=30.43%
B=34.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512202520.000.1300.01298.1284.2192.55
HexFBDCFC0D0112a545d
Octal37333437401501452124135
Binary111110111101110011111100011010110010101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCFC; }

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

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

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

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

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

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

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

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