Html Css Color HEX #F0F2FF Ghost White

📋 copy color: '#F0F2FF'

red 240 ◦ green 242 ◦ blue 255

#F0F2FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ghost White #F0F2FF

Tints of Ghost White #F0F2FF

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.6%

R = 32.56%
G = 32.84%
B = 34.6%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0F2FF (or 0xF0F2FF) is known color: 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

RGB 240 242 255 -
CMYK 0.06 0.05 0 0
HSL 232º 1% 0.97% -
HSV(B) 232º 0.06% 1% -
XYZ 85.74 89.25 107.32 -
YUV 242.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 240 242 255 0.06 0.05 0 0 232 1 0.97
Hex F0 F2 FF 6 5 0 0 E8 64 61
Octal 360 362 377 6 5 0 0 350 144 141
Binary 11110000 11110010 11111111 110 101 0 0 11101000 1100100 1100001

Color Harmonies of #F0F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F2FF

Black with #F0F2FF

Text Example


Text Example

White with #F0F2FF

Text Example


Text Example

HTML Codes & Css Web 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>