#FBD5FC

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

Shades of Selago #FBD5FC

Tints of Selago #FBD5FC

Color information

#FBD5FC (or 0xFBD5FC) is unknown color: approx Selago. HEX triplet: FB, D5 and FC. RGB value is (251,213,252). Sum of RGB (Red+Green+Blue) = 251+213+252=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 213 (83.59% from 255 or 29.75% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD5FC is #042A03. Grayscale: #E4E4E4. Windows color (decimal): -272900 or 16569851. OLE color: 16569851.

HSL color Cylindrical-coordinate representation of color #FBD5FC: hue angle of 298.46º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBD5FC is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251213252-
CMYK0.000.1500.01
HSL298.46º86.67%91.18%-
HSV(B)298.46º15.48%98.82%-
XYZ81.1575.13102.32-
YUV228.81141.09143.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 213 (83.59% from 255) = 29.75%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=35.06%
G=29.75%
B=35.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512132520.000.1500.01298.4686.6791.18
HexFBD5FC0F0112a575b
Octal37332537401701452127133
Binary111110111101010111111100011110110010101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5FC; }

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

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

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

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

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

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

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

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