Html Css Color HEX #F5F5DE Beige

📋 copy color: '#F5F5DE'

red 245 ◦ green 245 ◦ blue 222

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

Shades of Beige #F5F5DE

Tints of Beige #F5F5DE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.41%

 BLUE value IS 222 (87.11% from 255) = 31.18%

R = 34.41%
G = 34.41%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5F5DE (or 0xF5F5DE) is known color: Beige. HEX triplet: F5, F5 and DE. RGB value is (245,245,222). Sum of RGB (Red+Green+Blue) = 245+245+222=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5DE is #0A0A21. Grayscale: #F2F2F2. Windows color (decimal): -657954 or 14611957. OLE color: 14611957.

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

Color convert

RGB 245 245 222 -
CMYK 0 0 0.09 0.04
HSL 60º 0.53% 0.92% -
HSV(B) 60º 0.09% 0.96% -
XYZ 83.49 89.99 82.08 -
YUV 242.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 245 245 222 0 0 0.09 0.04 60 0.53 0.92
Hex F5 F5 DE 0 0 9 4 3C 35 5C
Octal 365 365 336 0 0 11 4 74 65 134
Binary 11110101 11110101 11011110 0 0 1001 100 111100 110101 1011100

Color Harmonies of #F5F5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F5DE

Black with #F5F5DE

Text Example


Text Example

White with #F5F5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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