Html Css Color HEX #F0F3FE Ghost White

📋 copy color: '#F0F3FE'

red 240 ◦ green 243 ◦ blue 254

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

Shades of Ghost White #F0F3FE

Tints of Ghost White #F0F3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 32.97%

 BLUE value IS 254 (99.61% from 255) = 34.46%

R = 32.56%
G = 32.97%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0F3FE (or 0xF0F3FE) is known color: Ghost White. HEX triplet: F0, F3 and FE. RGB value is (240,243,254). Sum of RGB (Red+Green+Blue) = 240+243+254=737 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.56% from 737); Green value is 243 (95.31% from 255 or 32.97% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0F3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F3FE is #0F0C01. Grayscale: #F3F3F3. Windows color (decimal): -986114 or 16708592. OLE color: 16708592.

HSL color Cylindrical-coordinate representation of color #F0F3FE: hue angle of 227.14º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0F3FE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 243 254 -
CMYK 0.06 0.04 0 0.00
HSL 227.14º 0.88% 0.97% -
HSV(B) 227.14º 0.06% 1% -
XYZ 85.88 89.78 106.57 -
YUV 243.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 240 243 254 0.06 0.04 0 0.00 227.14 0.88 0.97
Hex F0 F3 FE 6 4 0 0 E3 58 61
Octal 360 363 376 6 4 0 0 343 130 141
Binary 11110000 11110011 11111110 110 100 0 0 11100011 1011000 1100001

Color Harmonies of #F0F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F3FE

Black with #F0F3FE

Text Example


Text Example

White with #F0F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F3FE; }

 p { color: rgb(240,243,254); }

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

background-color css

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

 a { background-color: rgb(240,243,254); }

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

border-color css

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

 span { border-color: rgb(240,243,254); }

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