Html Css Color HEX #FFF5B1 Shalimar

📋 copy color: '#FFF5B1'

red 255 ◦ green 245 ◦ blue 177

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

Shades of Shalimar #FFF5B1

Tints of Shalimar #FFF5B1

RGB

 RED value IS 255 (100% from 255) = 37.67%

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

 BLUE value IS 177 (69.53% from 255) = 26.14%

R = 37.67%
G = 36.19%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFF5B1 (or 0xFFF5B1) is known color: Shalimar. HEX triplet: FF, F5 and B1. RGB value is (255,245,177). Sum of RGB (Red+Green+Blue) = 255+245+177=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 177 (69.53% from 255 or 26.14% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5B1 is #000A4E. Grayscale: #F0F0F0. Windows color (decimal): -2639 or 11662847. OLE color: 11662847.

HSL color Cylindrical-coordinate representation of color #FFF5B1: hue angle of 52.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF5B1 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 245 177 -
CMYK 0 0.04 0.31 0
HSL 52.31º 1% 0.85% -
HSV(B) 52.31º 0.31% 1% -
XYZ 81.83 89.74 54.6 -
YUV 240.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 255 245 177 0 0.04 0.31 0 52.31 1 0.85
Hex FF F5 B1 0 4 1F 0 34 64 55
Octal 377 365 261 0 4 37 0 64 144 125
Binary 11111111 11110101 10110001 0 100 11111 0 110100 1100100 1010101

Color Harmonies of #FFF5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5B1

Black with #FFF5B1

Text Example


Text Example

White with #FFF5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5B1; }

 p { color: rgb(255,245,177); }

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

background-color css

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

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

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

border-color css

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

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

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