Html Css Color HEX #F2F0FD Ghost White

📋 copy color: '#F2F0FD'

red 242 ◦ green 240 ◦ blue 253

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

Shades of Ghost White #F2F0FD

Tints of Ghost White #F2F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.65%

 BLUE value IS 253 (99.22% from 255) = 34.42%

R = 32.93%
G = 32.65%
B = 34.42%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2F0FD (or 0xF2F0FD) is known color: Ghost White. HEX triplet: F2, F0 and FD. RGB value is (242,240,253). Sum of RGB (Red+Green+Blue) = 242+240+253=735 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.93% from 735); Green value is 240 (94.14% from 255 or 32.65% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0FD is #0D0F02. Grayscale: #F2F2F2. Windows color (decimal): -855811 or 16642290. OLE color: 16642290.

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

Color convert

RGB 242 240 253 -
CMYK 0.04 0.05 0 0.01
HSL 249.23º 0.76% 0.97% -
HSV(B) 249.23º 0.05% 0.99% -
XYZ 85.51 88.29 105.46 -
YUV 242.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 242 240 253 0.04 0.05 0 0.01 249.23 0.76 0.97
Hex F2 F0 FD 4 5 0 1 F9 4C 61
Octal 362 360 375 4 5 0 1 371 114 141
Binary 11110010 11110000 11111101 100 101 0 1 11111001 1001100 1100001

Color Harmonies of #F2F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0FD

Black with #F2F0FD

Text Example


Text Example

White with #F2F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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