Html Css Color HEX #F0F2FC Ghost White

📋 copy color: '#F0F2FC'

red 240 ◦ green 242 ◦ blue 252

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

Shades of Ghost White #F0F2FC

Tints of Ghost White #F0F2FC

RGB

 RED value IS 240 (94.14% from 255) = 32.7%

 GREEN value IS 242 (94.92% from 255) = 32.97%

 BLUE value IS 252 (98.83% from 255) = 34.33%

R = 32.7%
G = 32.97%
B = 34.33%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0F2FC (or 0xF0F2FC) is known color: Ghost White. HEX triplet: F0, F2 and FC. RGB value is (240,242,252). Sum of RGB (Red+Green+Blue) = 240+242+252=734 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.70% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2FC is #0F0D03. Grayscale: #F2F2F2. Windows color (decimal): -986372 or 16577264. OLE color: 16577264.

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

Color convert

RGB 240 242 252 -
CMYK 0.05 0.04 0 0.01
HSL 230º 0.67% 0.96% -
HSV(B) 230º 0.05% 0.99% -
XYZ 85.26 89.06 104.79 -
YUV 242.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 240 242 252 0.05 0.04 0 0.01 230 0.67 0.96
Hex F0 F2 FC 5 4 0 1 E6 43 60
Octal 360 362 374 5 4 0 1 346 103 140
Binary 11110000 11110010 11111100 101 100 0 1 11100110 1000011 1100000

Color Harmonies of #F0F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F2FC

Black with #F0F2FC

Text Example


Text Example

White with #F0F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F2FC; }

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

 H1.HeaderClassName
 {
   color: #F0F2FC;
 }
 .AnyTagClassName
 {
   color: #F0F2FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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