Html Css Color HEX #FBF7A8 Shalimar

📋 copy color: '#FBF7A8'

red 251 ◦ green 247 ◦ blue 168

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

Shades of Shalimar #FBF7A8

Tints of Shalimar #FBF7A8

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.09%

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

R = 37.69%
G = 37.09%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBF7A8 (or 0xFBF7A8) is known color: Shalimar. HEX triplet: FB, F7 and A8. RGB value is (251,247,168). Sum of RGB (Red+Green+Blue) = 251+247+168=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7A8 is #040857. Grayscale: #EFEFEF. Windows color (decimal): -264280 or 11073531. OLE color: 11073531.

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

Color convert

RGB 251 247 168 -
CMYK 0 0.02 0.33 0.02
HSL 57.11º 0.91% 0.82% -
HSV(B) 57.11º 0.33% 0.98% -
XYZ 80.11 89.86 50.17 -
YUV 239.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 251 247 168 0 0.02 0.33 0.02 57.11 0.91 0.82
Hex FB F7 A8 0 2 21 2 39 5B 52
Octal 373 367 250 0 2 41 2 71 133 122
Binary 11111011 11110111 10101000 0 10 100001 10 111001 1011011 1010010

Color Harmonies of #FBF7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7A8

Black with #FBF7A8

Text Example


Text Example

White with #FBF7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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