#FBFCFF

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

Shades of Ghost White #FBFCFF

Tints of Ghost White #FBFCFF

Color information

#FBFCFF (or 0xFBFCFF) is unknown color: approx Ghost White. HEX triplet: FB, FC and FF. RGB value is (251,252,255). Sum of RGB (Red+Green+Blue) = 251+252+255=758 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.11% from 758); Green value is 252 (98.83% from 255 or 33.25% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCFF is #040300. Grayscale: #FCFCFC. Windows color (decimal): -262913 or 16776443. OLE color: 16776443.

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

Color convert

RGB251252255-
CMYK0.020.0100
HSL225º100%99.22%-
HSV(B)225º1.57%100%-
XYZ92.6497.35108.52-
YUV252.04129.67127.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.11%
GREEN value IS 252 (98.83% from 255) = 33.25%
BLUE value IS 255 (100% from 255) = 33.64%
R=33.11%
G=33.25%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512522550.020.010022510099.22
HexFBFCFF2100e16463
Octal3733743772100341144143
Binary111110111111110011111111101001110000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCFF; }

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

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

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

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

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

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

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

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