Html Css Color HEX #F5F8DC Beige

📋 copy color: '#F5F8DC'

red 245 ◦ green 248 ◦ blue 220

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

Shades of Beige #F5F8DC

Tints of Beige #F5F8DC

RGB

 RED value IS 245 (96.09% from 255) = 34.36%

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

 BLUE value IS 220 (86.33% from 255) = 30.86%

R = 34.36%
G = 34.78%
B = 30.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F5F8DC (or 0xF5F8DC) is known color: Beige. HEX triplet: F5, F8 and DC. RGB value is (245,248,220). Sum of RGB (Red+Green+Blue) = 245+248+220=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 248 (97.27% from 255 or 34.78% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8DC is #0A0723. Grayscale: #F4F4F4. Windows color (decimal): -657188 or 14481653. OLE color: 14481653.

HSL color Cylindrical-coordinate representation of color #F5F8DC: hue angle of 66.43º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5F8DC is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 248 220 -
CMYK 0.01 0 0.11 0.03
HSL 66.43º 0.67% 0.92% -
HSV(B) 66.43º 0.11% 0.97% -
XYZ 84.14 91.71 80.98 -
YUV 243.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 245 248 220 0.01 0 0.11 0.03 66.43 0.67 0.92
Hex F5 F8 DC 1 0 B 3 42 43 5C
Octal 365 370 334 1 0 13 3 102 103 134
Binary 11110101 11111000 11011100 1 0 1011 11 1000010 1000011 1011100

Color Harmonies of #F5F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F8DC

Black with #F5F8DC

Text Example


Text Example

White with #F5F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F8DC; }

 p { color: rgb(245,248,220); }

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

background-color css

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

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

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

border-color css

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

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

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