#F0F2FF

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

Shades of Ghost White #F0F2FF

Tints of Ghost White #F0F2FF

Color information

#F0F2FF (or 0xF0F2FF) is unknown color: approx Ghost White. HEX triplet: F0, F2 and FF. RGB value is (240,242,255). Sum of RGB (Red+Green+Blue) = 240+242+255=737 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.56% from 737); Green value is 242 (94.92% from 255 or 32.84% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2FF is #0F0D00. Grayscale: #F2F2F2. Windows color (decimal): -986369 or 16773872. OLE color: 16773872.

HSL color Cylindrical-coordinate representation of color #F0F2FF: hue angle of 232º 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 #F0F2FF is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240242255-
CMYK0.060.0500
HSL232º100%97.06%-
HSV(B)232º5.88%100%-
XYZ85.7489.25107.32-
YUV242.88134.84125.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.56%
GREEN value IS 242 (94.92% from 255) = 32.84%
BLUE value IS 255 (100% from 255) = 34.60%
R=32.56%
G=32.84%
B=34.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402422550.060.050023210097.06
HexF0F2FF6500e86461
Octal3603623776500350144141
Binary111100001111001011111111110101001110100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2FF; }

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

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

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

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

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

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

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

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