Html Css Color HEX #FBFAA8 Shalimar

📋 copy color: '#FBFAA8'

red 251 ◦ green 250 ◦ blue 168

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

Shades of Shalimar #FBFAA8

Tints of Shalimar #FBFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.37%

 BLUE value IS 168 (66.02% from 255) = 25.11%

R = 37.52%
G = 37.37%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBFAA8 (or 0xFBFAA8) is known color: Shalimar. HEX triplet: FB, FA and A8. RGB value is (251,250,168). Sum of RGB (Red+Green+Blue) = 251+250+168=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 168 (66.02% from 255 or 25.11% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAA8 is #040557. Grayscale: #F1F1F1. Windows color (decimal): -263512 or 11074299. OLE color: 11074299.

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

Color convert

RGB 251 250 168 -
CMYK 0 0.00 0.33 0.02
HSL 59.28º 0.91% 0.82% -
HSV(B) 59.28º 0.33% 0.98% -
XYZ 81.04 91.71 50.48 -
YUV 240.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 251 250 168 0 0.00 0.33 0.02 59.28 0.91 0.82
Hex FB FA A8 0 0 21 2 3B 5B 52
Octal 373 372 250 0 0 41 2 73 133 122
Binary 11111011 11111010 10101000 0 0 100001 10 111011 1011011 1010010

Color Harmonies of #FBFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAA8

Black with #FBFAA8

Text Example


Text Example

White with #FBFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAA8; }

 p { color: rgb(251,250,168); }

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

background-color css

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

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

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

border-color css

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

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

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