Html Css Color HEX #FFF5B3 Shalimar

📋 copy color: '#FFF5B3'

red 255 ◦ green 245 ◦ blue 179

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

Shades of Shalimar #FFF5B3

Tints of Shalimar #FFF5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.36%

R = 37.56%
G = 36.08%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFF5B3 (or 0xFFF5B3) is known color: Shalimar. HEX triplet: FF, F5 and B3. RGB value is (255,245,179). Sum of RGB (Red+Green+Blue) = 255+245+179=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 179 (70.31% from 255 or 26.36% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5B3 is #000A4C. Grayscale: #F0F0F0. Windows color (decimal): -2637 or 11793919. OLE color: 11793919.

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

Color convert

RGB 255 245 179 -
CMYK 0 0.04 0.30 0
HSL 52.11º 1% 0.85% -
HSV(B) 52.11º 0.3% 1% -
XYZ 82.03 89.82 55.66 -
YUV 240.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 255 245 179 0 0.04 0.30 0 52.11 1 0.85
Hex FF F5 B3 0 4 1E 0 34 64 55
Octal 377 365 263 0 4 36 0 64 144 125
Binary 11111111 11110101 10110011 0 100 11110 0 110100 1100100 1010101

Color Harmonies of #FFF5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5B3

Black with #FFF5B3

Text Example


Text Example

White with #FFF5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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