Html Css Color HEX #FFF9B5 Shalimar

📋 copy color: '#FFF9B5'

red 255 ◦ green 249 ◦ blue 181

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

Shades of Shalimar #FFF9B5

Tints of Shalimar #FFF9B5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.35%

 BLUE value IS 181 (71.09% from 255) = 26.42%

R = 37.23%
G = 36.35%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFF9B5 (or 0xFFF9B5) is known color: Shalimar. HEX triplet: FF, F9 and B5. RGB value is (255,249,181). Sum of RGB (Red+Green+Blue) = 255+249+181=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 181 (71.09% from 255 or 26.42% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9B5 is #00064A. Grayscale: #F3F3F3. Windows color (decimal): -1611 or 11926015. OLE color: 11926015.

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

Color convert

RGB 255 249 181 -
CMYK 0 0.02 0.29 0
HSL 55.14º 1% 0.85% -
HSV(B) 55.14º 0.29% 1% -
XYZ 83.46 92.35 57.14 -
YUV 243.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 255 249 181 0 0.02 0.29 0 55.14 1 0.85
Hex FF F9 B5 0 2 1D 0 37 64 55
Octal 377 371 265 0 2 35 0 67 144 125
Binary 11111111 11111001 10110101 0 10 11101 0 110111 1100100 1010101

Color Harmonies of #FFF9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF9B5

Black with #FFF9B5

Text Example


Text Example

White with #FFF9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF9B5; }

 p { color: rgb(255,249,181); }

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

background-color css

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

 a { background-color: rgb(255,249,181); }

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

border-color css

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

 span { border-color: rgb(255,249,181); }

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