Html Css Color HEX #FBFBA7 Shalimar

📋 copy color: '#FBFBA7'

red 251 ◦ green 251 ◦ blue 167

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

Shades of Shalimar #FBFBA7

Tints of Shalimar #FBFBA7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.52%

 BLUE value IS 167 (65.63% from 255) = 24.96%

R = 37.52%
G = 37.52%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBFBA7 (or 0xFBFBA7) is known color: Shalimar. HEX triplet: FB, FB and A7. RGB value is (251,251,167). Sum of RGB (Red+Green+Blue) = 251+251+167=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 167 (65.62% from 255 or 24.96% from 669); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBA7 is #040458. Grayscale: #F1F1F1. Windows color (decimal): -263257 or 11009019. OLE color: 11009019.

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

Color convert

RGB 251 251 167 -
CMYK 0 0 0.33 0.02
HSL 60º 0.91% 0.82% -
HSV(B) 60º 0.33% 0.98% -
XYZ 81.26 92.29 50.09 -
YUV 241.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 251 251 167 0 0 0.33 0.02 60 0.91 0.82
Hex FB FB A7 0 0 21 2 3C 5B 52
Octal 373 373 247 0 0 41 2 74 133 122
Binary 11111011 11111011 10100111 0 0 100001 10 111100 1011011 1010010

Color Harmonies of #FBFBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBA7

Black with #FBFBA7

Text Example


Text Example

White with #FBFBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBA7; }

 p { color: rgb(251,251,167); }

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

background-color css

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

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

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

border-color css

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

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

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