Html Css Color HEX #FBFBA4 Shalimar

📋 copy color: '#FBFBA4'

red 251 ◦ green 251 ◦ blue 164

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

Shades of Shalimar #FBFBA4

Tints of Shalimar #FBFBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.62%

R = 37.69%
G = 37.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBFBA4 (or 0xFBFBA4) is known color: Shalimar. HEX triplet: FB, FB and A4. RGB value is (251,251,164). Sum of RGB (Red+Green+Blue) = 251+251+164=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 164 (64.45% from 255 or 24.62% from 666); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBA4 is #04045B. Grayscale: #F1F1F1. Windows color (decimal): -263260 or 10812411. OLE color: 10812411.

HSL color Cylindrical-coordinate representation of color #FBFBA4: hue angle of 60º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBFBA4 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 164 -
CMYK 0 0 0.35 0.02
HSL 60º 0.92% 0.81% -
HSV(B) 60º 0.35% 0.98% -
XYZ 80.98 92.18 48.65 -
YUV 241.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 251 251 164 0 0 0.35 0.02 60 0.92 0.81
Hex FB FB A4 0 0 23 2 3C 5C 51
Octal 373 373 244 0 0 43 2 74 134 121
Binary 11111011 11111011 10100100 0 0 100011 10 111100 1011100 1010001

Color Harmonies of #FBFBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBA4

Black with #FBFBA4

Text Example


Text Example

White with #FBFBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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