Html Css Color HEX #FBF8AA Shalimar

📋 copy color: '#FBF8AA'

red 251 ◦ green 248 ◦ blue 170

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

Shades of Shalimar #FBF8AA

Tints of Shalimar #FBF8AA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.07%

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

R = 37.52%
G = 37.07%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBF8AA (or 0xFBF8AA) is known color: Shalimar. HEX triplet: FB, F8 and AA. RGB value is (251,248,170). Sum of RGB (Red+Green+Blue) = 251+248+170=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8AA is #040755. Grayscale: #F0F0F0. Windows color (decimal): -264022 or 11204859. OLE color: 11204859.

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

Color convert

RGB 251 248 170 -
CMYK 0 0.01 0.32 0.02
HSL 57.78º 0.91% 0.83% -
HSV(B) 57.78º 0.32% 0.98% -
XYZ 80.61 90.55 51.26 -
YUV 240.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 251 248 170 0 0.01 0.32 0.02 57.78 0.91 0.83
Hex FB F8 AA 0 1 20 2 3A 5B 53
Octal 373 370 252 0 1 40 2 72 133 123
Binary 11111011 11111000 10101010 0 1 100000 10 111010 1011011 1010011

Color Harmonies of #FBF8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF8AA

Black with #FBF8AA

Text Example


Text Example

White with #FBF8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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