Html Css Color HEX #FBF3AA Shalimar

📋 copy color: '#FBF3AA'

red 251 ◦ green 243 ◦ blue 170

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

Shades of Shalimar #FBF3AA

Tints of Shalimar #FBF3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.6%

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

R = 37.8%
G = 36.6%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBF3AA (or 0xFBF3AA) is known color: Shalimar. HEX triplet: FB, F3 and AA. RGB value is (251,243,170). Sum of RGB (Red+Green+Blue) = 251+243+170=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3AA is #040C55. Grayscale: #EDEDED. Windows color (decimal): -265302 or 11203579. OLE color: 11203579.

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

Color convert

RGB 251 243 170 -
CMYK 0 0.03 0.32 0.02
HSL 54.07º 0.91% 0.83% -
HSV(B) 54.07º 0.32% 0.98% -
XYZ 79.09 87.51 50.75 -
YUV 237.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 251 243 170 0 0.03 0.32 0.02 54.07 0.91 0.83
Hex FB F3 AA 0 3 20 2 36 5B 53
Octal 373 363 252 0 3 40 2 66 133 123
Binary 11111011 11110011 10101010 0 11 100000 10 110110 1011011 1010011

Color Harmonies of #FBF3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF3AA

Black with #FBF3AA

Text Example


Text Example

White with #FBF3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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