Html Css Color HEX #F0F1FE Ghost White

📋 copy color: '#F0F1FE'

red 240 ◦ green 241 ◦ blue 254

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

Shades of Ghost White #F0F1FE

Tints of Ghost White #F0F1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 32.79%

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

R = 32.65%
G = 32.79%
B = 34.56%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0F1FE (or 0xF0F1FE) is known color: Ghost White. HEX triplet: F0, F1 and FE. RGB value is (240,241,254). Sum of RGB (Red+Green+Blue) = 240+241+254=735 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.65% from 735); Green value is 241 (94.53% from 255 or 32.79% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0F1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1FE is #0F0E01. Grayscale: #F2F2F2. Windows color (decimal): -986626 or 16708080. OLE color: 16708080.

HSL color Cylindrical-coordinate representation of color #F0F1FE: hue angle of 235.71º 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 #F0F1FE is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 241 254 -
CMYK 0.06 0.05 0 0.00
HSL 235.71º 0.88% 0.97% -
HSV(B) 235.71º 0.06% 1% -
XYZ 85.28 88.59 106.37 -
YUV 242.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 240 241 254 0.06 0.05 0 0.00 235.71 0.88 0.97
Hex F0 F1 FE 6 5 0 0 EC 58 61
Octal 360 361 376 6 5 0 0 354 130 141
Binary 11110000 11110001 11111110 110 101 0 0 11101100 1011000 1100001

Color Harmonies of #F0F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F1FE

Black with #F0F1FE

Text Example


Text Example

White with #F0F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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