Html Css Color HEX #FBF2AA Shalimar

📋 copy color: '#FBF2AA'

red 251 ◦ green 242 ◦ blue 170

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

Shades of Shalimar #FBF2AA

Tints of Shalimar #FBF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.5%

 BLUE value IS 170 (66.8% from 255) = 25.64%

R = 37.86%
G = 36.5%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBF2AA (or 0xFBF2AA) is known color: Shalimar. HEX triplet: FB, F2 and AA. RGB value is (251,242,170). Sum of RGB (Red+Green+Blue) = 251+242+170=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AA is #040D55. Grayscale: #ECECEC. Windows color (decimal): -265558 or 11203323. OLE color: 11203323.

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

Color convert

RGB 251 242 170 -
CMYK 0 0.04 0.32 0.02
HSL 53.33º 0.91% 0.83% -
HSV(B) 53.33º 0.32% 0.98% -
XYZ 78.79 86.92 50.65 -
YUV 236.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 251 242 170 0 0.04 0.32 0.02 53.33 0.91 0.83
Hex FB F2 AA 0 4 20 2 35 5B 53
Octal 373 362 252 0 4 40 2 65 133 123
Binary 11111011 11110010 10101010 0 100 100000 10 110101 1011011 1010011

Color Harmonies of #FBF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2AA

Black with #FBF2AA

Text Example


Text Example

White with #FBF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2AA; }

 p { color: rgb(251,242,170); }

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

background-color css

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

 a { background-color: rgb(251,242,170); }

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

border-color css

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

 span { border-color: rgb(251,242,170); }

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