#FBFFF0

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

Shades of Twilight Blue #FBFFF0

Tints of Twilight Blue #FBFFF0

Color information

#FBFFF0 (or 0xFBFFF0) is unknown color: approx Twilight Blue. HEX triplet: FB, FF and F0. RGB value is (251,255,240). Sum of RGB (Red+Green+Blue) = 251+255+240=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 240 (94.14% from 255 or 32.17% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFFF0 is #04000F. Grayscale: #FCFCFC. Windows color (decimal): -262160 or 15794171. OLE color: 15794171.

HSL color Cylindrical-coordinate representation of color #FBFFF0: hue angle of 76º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBFFF0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB251255240-
CMYK0.0200.060
HSL76º100%97.06%-
HSV(B)76º5.88%100%-
XYZ91.2798.3296.61-
YUV252.09121.17127.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 255 (100% from 255) = 34.18%
BLUE value IS 240 (94.14% from 255) = 32.17%
R=33.65%
G=34.18%
B=32.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552400.0200.0607610097.06
HexFBFFF020604c6461
Octal3733773602060114144141
Binary1111101111111111111100001001100100110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFF0; }

 p { color: rgb(251,255,240); }

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

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

 a { background-color: rgb(251,255,240); }

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

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

 span { border-color: rgb(251,255,240); }

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