Html Css Color HEX #FFF9B3 Shalimar

📋 copy color: '#FFF9B3'

red 255 ◦ green 249 ◦ blue 179

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

Shades of Shalimar #FFF9B3

Tints of Shalimar #FFF9B3

RGB

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

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

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

R = 37.34%
G = 36.46%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFF9B3 (or 0xFFF9B3) is known color: Shalimar. HEX triplet: FF, F9 and B3. RGB value is (255,249,179). Sum of RGB (Red+Green+Blue) = 255+249+179=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 179 (70.31% from 255 or 26.21% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9B3 is #00064C. Grayscale: #F3F3F3. Windows color (decimal): -1613 or 11794943. OLE color: 11794943.

HSL color Cylindrical-coordinate representation of color #FFF9B3: hue angle of 55.26º 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 #FFF9B3 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 249 179 -
CMYK 0 0.02 0.30 0
HSL 55.26º 1% 0.85% -
HSV(B) 55.26º 0.3% 1% -
XYZ 83.25 92.27 56.07 -
YUV 242.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 255 249 179 0 0.02 0.30 0 55.26 1 0.85
Hex FF F9 B3 0 2 1E 0 37 64 55
Octal 377 371 263 0 2 36 0 67 144 125
Binary 11111111 11111001 10110011 0 10 11110 0 110111 1100100 1010101

Color Harmonies of #FFF9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF9B3

Black with #FFF9B3

Text Example


Text Example

White with #FFF9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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