#F0F0FB

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

Shades of Ghost White #F0F0FB

Tints of Ghost White #F0F0FB

Color information

#F0F0FB (or 0xF0F0FB) is unknown color: approx Ghost White. HEX triplet: F0, F0 and FB. RGB value is (240,240,251). Sum of RGB (Red+Green+Blue) = 240+240+251=731 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.83% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0F0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0FB is #0F0F04. Grayscale: #F1F1F1. Windows color (decimal): -986885 or 16511216. OLE color: 16511216.

HSL color Cylindrical-coordinate representation of color #F0F0FB: hue angle of 240º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0F0FB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240240251-
CMYK0.040.0400.02
HSL240º57.89%96.27%-
HSV(B)240º4.38%98.43%-
XYZ84.5187.81103.76-
YUV241.25133.5127.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.83%
GREEN value IS 240 (94.14% from 255) = 32.83%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=32.83%
G=32.83%
B=34.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402402510.040.0400.0224057.8996.27
HexF0F0FB4402f03a60
Octal360360373440236072140
Binary111100001111000011111011100100010111100001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0FB; }

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

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

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

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

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

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

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

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