#FBFDF5

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

Shades of Twilight Blue #FBFDF5

Tints of Twilight Blue #FBFDF5

Color information

#FBFDF5 (or 0xFBFDF5) is unknown color: approx Twilight Blue. HEX triplet: FB, FD and F5. RGB value is (251,253,245). Sum of RGB (Red+Green+Blue) = 251+253+245=749 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.51% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 245 (96.09% from 255 or 32.71% from 749); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDF5 is #04020A. Grayscale: #FBFBFB. Windows color (decimal): -262667 or 16121339. OLE color: 16121339.

HSL color Cylindrical-coordinate representation of color #FBFDF5: hue angle of 75º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBFDF5 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB251253245-
CMYK0.0100.030.01
HSL75º66.67%97.65%-
HSV(B)75º3.16%99.22%-
XYZ91.3997.35100.36-
YUV251.49124.34127.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.51%
GREEN value IS 253 (99.22% from 255) = 33.78%
BLUE value IS 245 (96.09% from 255) = 32.71%
R=33.51%
G=33.78%
B=32.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512532450.0100.030.017566.6797.65
HexFBFDF510314b4362
Octal3733753651031113103142
Binary11111011111111011111010110111100101110000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDF5; }

 p { color: rgb(251,253,245); }

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

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

 a { background-color: rgb(251,253,245); }

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

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

 span { border-color: rgb(251,253,245); }

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