Html Css Color HEX #F1EFA5 Shalimar

📋 copy color: '#F1EFA5'

red 241 ◦ green 239 ◦ blue 165

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

Shades of Shalimar #F1EFA5

Tints of Shalimar #F1EFA5

RGB

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

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

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

R = 37.36%
G = 37.05%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1EFA5 (or 0xF1EFA5) is known color: Shalimar. HEX triplet: F1, EF and A5. RGB value is (241,239,165). Sum of RGB (Red+Green+Blue) = 241+239+165=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 165 (64.84% from 255 or 25.58% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EFA5 is #0E105A. Grayscale: #E7E7E7. Windows color (decimal): -921691 or 10874865. OLE color: 10874865.

HSL color Cylindrical-coordinate representation of color #F1EFA5: hue angle of 58.42º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1EFA5 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 239 165 -
CMYK 0 0.01 0.32 0.05
HSL 58.42º 0.73% 0.8% -
HSV(B) 58.42º 0.32% 0.95% -
XYZ 73.93 83.15 47.75 -
YUV 231.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 241 239 165 0 0.01 0.32 0.05 58.42 0.73 0.8
Hex F1 EF A5 0 1 20 5 3A 49 50
Octal 361 357 245 0 1 40 5 72 111 120
Binary 11110001 11101111 10100101 0 1 100000 101 111010 1001001 1010000

Color Harmonies of #F1EFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EFA5

Black with #F1EFA5

Text Example


Text Example

White with #F1EFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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