Html Css Color HEX #F8F8DA Beige

📋 copy color: '#F8F8DA'

red 248 ◦ green 248 ◦ blue 218

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

Shades of Beige #F8F8DA

Tints of Beige #F8F8DA

RGB

 RED value IS 248 (97.27% from 255) = 34.73%

 GREEN value IS 248 (97.27% from 255) = 34.73%

 BLUE value IS 218 (85.55% from 255) = 30.53%

R = 34.73%
G = 34.73%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8F8DA (or 0xF8F8DA) is known color: Beige. HEX triplet: F8, F8 and DA. RGB value is (248,248,218). Sum of RGB (Red+Green+Blue) = 248+248+218=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 248 (97.27% from 255 or 34.73% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F8DA is #070725. Grayscale: #F4F4F4. Windows color (decimal): -460582 or 14350584. OLE color: 14350584.

HSL color Cylindrical-coordinate representation of color #F8F8DA: hue angle of 60º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8F8DA is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 248 218 -
CMYK 0 0 0.12 0.03
HSL 60º 0.68% 0.91% -
HSV(B) 60º 0.12% 0.97% -
XYZ 84.93 92.15 79.64 -
YUV 244.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 248 248 218 0 0 0.12 0.03 60 0.68 0.91
Hex F8 F8 DA 0 0 C 3 3C 44 5B
Octal 370 370 332 0 0 14 3 74 104 133
Binary 11111000 11111000 11011010 0 0 1100 11 111100 1000100 1011011

Color Harmonies of #F8F8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F8DA

Black with #F8F8DA

Text Example


Text Example

White with #F8F8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F8DA; }

 p { color: rgb(248,248,218); }

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

background-color css

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

 a { background-color: rgb(248,248,218); }

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

border-color css

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

 span { border-color: rgb(248,248,218); }

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