Html Css Color HEX #F5EFA5 Shalimar

📋 copy color: '#F5EFA5'

red 245 ◦ green 239 ◦ blue 165

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

Shades of Shalimar #F5EFA5

Tints of Shalimar #F5EFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.42%

R = 37.75%
G = 36.83%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F5EFA5 (or 0xF5EFA5) is known color: Shalimar. HEX triplet: F5, EF and A5. RGB value is (245,239,165). Sum of RGB (Red+Green+Blue) = 245+239+165=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 165 (64.84% from 255 or 25.42% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFA5 is #0A105A. Grayscale: #E8E8E8. Windows color (decimal): -659547 or 10874869. OLE color: 10874869.

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

Color convert

RGB 245 239 165 -
CMYK 0 0.02 0.33 0.04
HSL 55.5º 0.8% 0.8% -
HSV(B) 55.5º 0.33% 0.96% -
XYZ 75.31 83.86 47.81 -
YUV 232.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 245 239 165 0 0.02 0.33 0.04 55.5 0.8 0.8
Hex F5 EF A5 0 2 21 4 38 50 50
Octal 365 357 245 0 2 41 4 70 120 120
Binary 11110101 11101111 10100101 0 10 100001 100 111000 1010000 1010000

Color Harmonies of #F5EFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFA5

Black with #F5EFA5

Text Example


Text Example

White with #F5EFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFA5; }

 p { color: rgb(245,239,165); }

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

background-color css

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

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

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

border-color css

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

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

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