Html Css Color HEX #F5F1B4 Shalimar

📋 copy color: '#F5F1B4'

red 245 ◦ green 241 ◦ blue 180

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

Shades of Shalimar #F5F1B4

Tints of Shalimar #F5F1B4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.19%

 BLUE value IS 180 (70.7% from 255) = 27.03%

R = 36.79%
G = 36.19%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5F1B4 (or 0xF5F1B4) is known color: Shalimar. HEX triplet: F5, F1 and B4. RGB value is (245,241,180). Sum of RGB (Red+Green+Blue) = 245+241+180=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1B4 is #0A0E4B. Grayscale: #EBEBEB. Windows color (decimal): -659020 or 11858421. OLE color: 11858421.

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

Color convert

RGB 245 241 180 -
CMYK 0 0.02 0.27 0.04
HSL 56.31º 0.76% 0.83% -
HSV(B) 56.31º 0.27% 0.96% -
XYZ 77.35 85.62 55.63 -
YUV 235.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 245 241 180 0 0.02 0.27 0.04 56.31 0.76 0.83
Hex F5 F1 B4 0 2 1B 4 38 4C 53
Octal 365 361 264 0 2 33 4 70 114 123
Binary 11110101 11110001 10110100 0 10 11011 100 111000 1001100 1010011

Color Harmonies of #F5F1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F1B4

Black with #F5F1B4

Text Example


Text Example

White with #F5F1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F1B4; }

 p { color: rgb(245,241,180); }

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

background-color css

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

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

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

border-color css

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

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

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