#FBD9FC

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

Shades of Selago #FBD9FC

Tints of Selago #FBD9FC

Color information

#FBD9FC (or 0xFBD9FC) is unknown color: approx Selago. HEX triplet: FB, D9 and FC. RGB value is (251,217,252). Sum of RGB (Red+Green+Blue) = 251+217+252=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 217 (85.16% from 255 or 30.14% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9FC is #042603. Grayscale: #E7E7E7. Windows color (decimal): -271876 or 16570875. OLE color: 16570875.

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

Color convert

RGB251217252-
CMYK0.000.1400.01
HSL298.29º85.37%91.96%-
HSV(B)298.29º13.89%98.82%-
XYZ82.1777.16102.66-
YUV231.16139.76142.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 217 (85.16% from 255) = 30.14%
BLUE value IS 252 (98.83% from 255) = 35%
R=34.86%
G=30.14%
B=35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512172520.000.1400.01298.2985.3791.96
HexFBD9FC0E0112a555c
Octal37333137401601452125134
Binary111110111101100111111100011100110010101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9FC; }

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

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

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

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

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

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

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

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