Html Css Color HEX #FBF2AD Shalimar

📋 copy color: '#FBF2AD'

red 251 ◦ green 242 ◦ blue 173

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

Shades of Shalimar #FBF2AD

Tints of Shalimar #FBF2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.98%

R = 37.69%
G = 36.34%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBF2AD (or 0xFBF2AD) is known color: Shalimar. HEX triplet: FB, F2 and AD. RGB value is (251,242,173). Sum of RGB (Red+Green+Blue) = 251+242+173=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AD is #040D52. Grayscale: #EDEDED. Windows color (decimal): -265555 or 11399931. OLE color: 11399931.

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

Color convert

RGB 251 242 173 -
CMYK 0 0.04 0.31 0.02
HSL 53.08º 0.91% 0.83% -
HSV(B) 53.08º 0.31% 0.98% -
XYZ 79.08 87.03 52.17 -
YUV 236.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 251 242 173 0 0.04 0.31 0.02 53.08 0.91 0.83
Hex FB F2 AD 0 4 1F 2 35 5B 53
Octal 373 362 255 0 4 37 2 65 133 123
Binary 11111011 11110010 10101101 0 100 11111 10 110101 1011011 1010011

Color Harmonies of #FBF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2AD

Black with #FBF2AD

Text Example


Text Example

White with #FBF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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