Html Css Color HEX #F1EFFF Ghost White

📋 copy color: '#F1EFFF'

red 241 ◦ green 239 ◦ blue 255

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

Shades of Ghost White #F1EFFF

Tints of Ghost White #F1EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.52%

 BLUE value IS 255 (100% from 255) = 34.69%

R = 32.79%
G = 32.52%
B = 34.69%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1EFFF (or 0xF1EFFF) is known color: Ghost White. HEX triplet: F1, EF and FF. RGB value is (241,239,255). Sum of RGB (Red+Green+Blue) = 241+239+255=735 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.79% from 735); Green value is 239 (93.75% from 255 or 32.52% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFFF is #0E1000. Grayscale: #F1F1F1. Windows color (decimal): -921601 or 16773105. OLE color: 16773105.

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

Color convert

RGB 241 239 255 -
CMYK 0.05 0.06 0 0
HSL 247.5º 1% 0.97% -
HSV(B) 247.5º 0.06% 1% -
XYZ 85.19 87.65 107.04 -
YUV 241.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 241 239 255 0.05 0.06 0 0 247.5 1 0.97
Hex F1 EF FF 5 6 0 0 F8 64 61
Octal 361 357 377 5 6 0 0 370 144 141
Binary 11110001 11101111 11111111 101 110 0 0 11111000 1100100 1100001

Color Harmonies of #F1EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EFFF

Black with #F1EFFF

Text Example


Text Example

White with #F1EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EFFF; }

 p { color: rgb(241,239,255); }

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

background-color css

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

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

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

border-color css

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

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

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