#FBDBF9

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

Shades of Selago #FBDBF9

Tints of Selago #FBDBF9

Color information

#FBDBF9 (or 0xFBDBF9) is unknown color: approx Selago. HEX triplet: FB, DB and F9. RGB value is (251,219,249). Sum of RGB (Red+Green+Blue) = 251+219+249=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBF9 is #042406. Grayscale: #E7E7E7. Windows color (decimal): -271367 or 16374779. OLE color: 16374779.

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

Color convert

RGB251219249-
CMYK00.130.010.02
HSL303.75º80%92.16%-
HSV(B)303.75º12.75%98.43%-
XYZ82.2178.01100.35-
YUV231.99137.6141.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 219 (85.94% from 255) = 30.46%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=34.91%
G=30.46%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121924900.130.010.02303.758092.16
HexFBDBF90D12130505c
Octal37333337101512460120134
Binary1111101111011011111110010110111010011000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBF9; }

 p { color: rgb(251,219,249); }

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

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

 a { background-color: rgb(251,219,249); }

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

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

 span { border-color: rgb(251,219,249); }

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