Html Css Color HEX #FBF5A9 Shalimar

📋 copy color: '#FBF5A9'

red 251 ◦ green 245 ◦ blue 169

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

Shades of Shalimar #FBF5A9

Tints of Shalimar #FBF5A9

RGB

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

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

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

R = 37.74%
G = 36.84%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBF5A9 (or 0xFBF5A9) is known color: Shalimar. HEX triplet: FB, F5 and A9. RGB value is (251,245,169). Sum of RGB (Red+Green+Blue) = 251+245+169=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 169 (66.41% from 255 or 25.41% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF5A9 is #040A56. Grayscale: #EEEEEE. Windows color (decimal): -264791 or 11138555. OLE color: 11138555.

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

Color convert

RGB 251 245 169 -
CMYK 0 0.02 0.33 0.02
HSL 55.61º 0.91% 0.82% -
HSV(B) 55.61º 0.33% 0.98% -
XYZ 79.6 88.68 50.46 -
YUV 238.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 251 245 169 0 0.02 0.33 0.02 55.61 0.91 0.82
Hex FB F5 A9 0 2 21 2 38 5B 52
Octal 373 365 251 0 2 41 2 70 133 122
Binary 11111011 11110101 10101001 0 10 100001 10 111000 1011011 1010010

Color Harmonies of #FBF5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5A9

Black with #FBF5A9

Text Example


Text Example

White with #FBF5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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