#FBD7FC

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

Shades of Selago #FBD7FC

Tints of Selago #FBD7FC

Color information

#FBD7FC (or 0xFBD7FC) is unknown color: approx Selago. HEX triplet: FB, D7 and FC. RGB value is (251,215,252). Sum of RGB (Red+Green+Blue) = 251+215+252=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBD7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD7FC is #042803. Grayscale: #E5E5E5. Windows color (decimal): -272388 or 16570363. OLE color: 16570363.

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

Color convert

RGB251215252-
CMYK0.000.1500.01
HSL298.38º86.05%91.57%-
HSV(B)298.38º14.68%98.82%-
XYZ81.6576.14102.49-
YUV229.98140.43142.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 215 (84.38% from 255) = 29.94%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=34.96%
G=29.94%
B=35.10%

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
Decimal2512152520.000.1500.01298.3886.0591.57
HexFBD7FC0F0112a565c
Octal37332737401701452126134
Binary111110111101011111111100011110110010101010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7FC; }

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

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

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

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

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

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

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

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