Html Css Color HEX #FBF9A9 Shalimar

📋 copy color: '#FBF9A9'

red 251 ◦ green 249 ◦ blue 169

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

Shades of Shalimar #FBF9A9

Tints of Shalimar #FBF9A9

RGB

 RED value IS 251 (98.44% from 255) = 37.52%

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

 BLUE value IS 169 (66.41% from 255) = 25.26%

R = 37.52%
G = 37.22%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBF9A9 (or 0xFBF9A9) is known color: Shalimar. HEX triplet: FB, F9 and A9. RGB value is (251,249,169). Sum of RGB (Red+Green+Blue) = 251+249+169=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 169 (66.41% from 255 or 25.26% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9A9 is #040656. Grayscale: #F0F0F0. Windows color (decimal): -263767 or 11139579. OLE color: 11139579.

HSL color Cylindrical-coordinate representation of color #FBF9A9: hue angle of 58.54º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBF9A9 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 249 169 -
CMYK 0 0.01 0.33 0.02
HSL 58.54º 0.91% 0.82% -
HSV(B) 58.54º 0.33% 0.98% -
XYZ 80.82 91.13 50.87 -
YUV 240.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 251 249 169 0 0.01 0.33 0.02 58.54 0.91 0.82
Hex FB F9 A9 0 1 21 2 3B 5B 52
Octal 373 371 251 0 1 41 2 73 133 122
Binary 11111011 11111001 10101001 0 1 100001 10 111011 1011011 1010010

Color Harmonies of #FBF9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9A9

Black with #FBF9A9

Text Example


Text Example

White with #FBF9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9A9; }

 p { color: rgb(251,249,169); }

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

background-color css

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

 a { background-color: rgb(251,249,169); }

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

border-color css

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

 span { border-color: rgb(251,249,169); }

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