#FBDAFC

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

Shades of Selago #FBDAFC

Tints of Selago #FBDAFC

Color information

#FBDAFC (or 0xFBDAFC) is unknown color: approx Selago. HEX triplet: FB, DA and FC. RGB value is (251,218,252). Sum of RGB (Red+Green+Blue) = 251+218+252=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAFC is #042503. Grayscale: #E7E7E7. Windows color (decimal): -271620 or 16571131. OLE color: 16571131.

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

Color convert

RGB251218252-
CMYK0.000.1300.01
HSL298.24º85%92.16%-
HSV(B)298.24º13.49%98.82%-
XYZ82.4377.68102.74-
YUV231.74139.43141.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 218 (85.55% from 255) = 30.24%
BLUE value IS 252 (98.83% from 255) = 34.95%
R=34.81%
G=30.24%
B=34.95%

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
Decimal2512182520.000.1300.01298.248592.16
HexFBDAFC0D0112a555c
Octal37333237401501452125134
Binary111110111101101011111100011010110010101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAFC; }

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

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

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

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

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

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

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

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