Html Css Color HEX #F2F2FA Ghost White

📋 copy color: '#F2F2FA'

red 242 ◦ green 242 ◦ blue 250

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

Shades of Ghost White #F2F2FA

Tints of Ghost White #F2F2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.06%

R = 32.97%
G = 32.97%
B = 34.06%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2F2FA (or 0xF2F2FA) is known color: Ghost White. HEX triplet: F2, F2 and FA. RGB value is (242,242,250). Sum of RGB (Red+Green+Blue) = 242+242+250=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2F2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2FA is #0D0D05. Grayscale: #F2F2F2. Windows color (decimal): -855302 or 16446194. OLE color: 16446194.

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

Color convert

RGB 242 242 250 -
CMYK 0.03 0.03 0 0.02
HSL 240º 0.44% 0.96% -
HSV(B) 240º 0.03% 0.98% -
XYZ 85.63 89.28 103.16 -
YUV 242.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 242 242 250 0.03 0.03 0 0.02 240 0.44 0.96
Hex F2 F2 FA 3 3 0 2 F0 2C 60
Octal 362 362 372 3 3 0 2 360 54 140
Binary 11110010 11110010 11111010 11 11 0 10 11110000 101100 1100000

Color Harmonies of #F2F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F2FA

Black with #F2F2FA

Text Example


Text Example

White with #F2F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F2FA; }

 p { color: rgb(242,242,250); }

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

background-color css

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

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

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

border-color css

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

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

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