Html Css Color HEX #F1F1F5 Ghost White

📋 copy color: '#F1F1F5'

red 241 ◦ green 241 ◦ blue 245

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

Shades of Ghost White #F1F1F5

Tints of Ghost White #F1F1F5

RGB

 RED value IS 241 (94.53% from 255) = 33.15%

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

 BLUE value IS 245 (96.09% from 255) = 33.7%

R = 33.15%
G = 33.15%
B = 33.7%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F1F1F5 (or 0xF1F1F5) is known color: Ghost White. HEX triplet: F1, F1 and F5. RGB value is (241,241,245). Sum of RGB (Red+Green+Blue) = 241+241+245=727 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.15% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: blue. Hex color #F1F1F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F1F5 is #0E0E0A. Grayscale: #F1F1F1. Windows color (decimal): -921099 or 16118257. OLE color: 16118257.

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

Color convert

RGB 241 241 245 -
CMYK 0.02 0.02 0 0.04
HSL 240º 0.17% 0.95% -
HSV(B) 240º 0.02% 0.96% -
XYZ 84.21 88.2 98.97 -
YUV 241.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 241 241 245 0.02 0.02 0 0.04 240 0.17 0.95
Hex F1 F1 F5 2 2 0 4 F0 11 5F
Octal 361 361 365 2 2 0 4 360 21 137
Binary 11110001 11110001 11110101 10 10 0 100 11110000 10001 1011111

Color Harmonies of #F1F1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F1F5

Black with #F1F1F5

Text Example


Text Example

White with #F1F1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F1F5; }

 p { color: rgb(241,241,245); }

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

background-color css

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

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

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

border-color css

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

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

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