#FBDCF8

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

Shades of Selago #FBDCF8

Tints of Selago #FBDCF8

Color information

#FBDCF8 (or 0xFBDCF8) is unknown color: approx Selago. HEX triplet: FB, DC and F8. RGB value is (251,220,248). Sum of RGB (Red+Green+Blue) = 251+220+248=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCF8 is #042307. Grayscale: #E8E8E8. Windows color (decimal): -271112 or 16309499. OLE color: 16309499.

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

Color convert

RGB251220248-
CMYK00.120.010.02
HSL305.81º79.49%92.35%-
HSV(B)305.81º12.35%98.43%-
XYZ82.3278.4799.61-
YUV232.46136.77141.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 248 (97.27% from 255) = 34.49%
R=34.91%
G=30.60%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122024800.120.010.02305.8179.4992.35
HexFBDCF80C121324f5c
Octal37333437001412462117134
Binary1111101111011100111110000110011010011001010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCF8; }

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

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

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

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

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

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

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

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