Html Css Color HEX #FBF9A8 Shalimar

📋 copy color: '#FBF9A8'

red 251 ◦ green 249 ◦ blue 168

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

Shades of Shalimar #FBF9A8

Tints of Shalimar #FBF9A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.15%

R = 37.57%
G = 37.28%
B = 25.15%

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

#FBF9A8 (or 0xFBF9A8) is known color: Shalimar. HEX triplet: FB, F9 and A8. RGB value is (251,249,168). Sum of RGB (Red+Green+Blue) = 251+249+168=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 168 (66.02% from 255 or 25.15% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9A8 is #040657. Grayscale: #F0F0F0. Windows color (decimal): -263768 or 11074043. OLE color: 11074043.

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

Color convert

RGB 251 249 168 -
CMYK 0 0.01 0.33 0.02
HSL 58.55º 0.91% 0.82% -
HSV(B) 58.55º 0.33% 0.98% -
XYZ 80.73 91.09 50.37 -
YUV 240.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 251 249 168 0 0.01 0.33 0.02 58.55 0.91 0.82
Hex FB F9 A8 0 1 21 2 3B 5B 52
Octal 373 371 250 0 1 41 2 73 133 122
Binary 11111011 11111001 10101000 0 1 100001 10 111011 1011011 1010010

Color Harmonies of #FBF9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9A8

Black with #FBF9A8

Text Example


Text Example

White with #FBF9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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