Html Css Color HEX #FBF7AF Shalimar

📋 copy color: '#FBF7AF'

red 251 ◦ green 247 ◦ blue 175

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

Shades of Shalimar #FBF7AF

Tints of Shalimar #FBF7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26%

R = 37.3%
G = 36.7%
B = 26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBF7AF (or 0xFBF7AF) is known color: Shalimar. HEX triplet: FB, F7 and AF. RGB value is (251,247,175). Sum of RGB (Red+Green+Blue) = 251+247+175=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7AF is #040850. Grayscale: #F0F0F0. Windows color (decimal): -264273 or 11532283. OLE color: 11532283.

HSL color Cylindrical-coordinate representation of color #FBF7AF: hue angle of 56.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBF7AF is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 247 175 -
CMYK 0 0.02 0.30 0.02
HSL 56.84º 0.9% 0.84% -
HSV(B) 56.84º 0.3% 0.98% -
XYZ 80.78 90.13 53.7 -
YUV 239.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 251 247 175 0 0.02 0.30 0.02 56.84 0.9 0.84
Hex FB F7 AF 0 2 1E 2 39 5A 54
Octal 373 367 257 0 2 36 2 71 132 124
Binary 11111011 11110111 10101111 0 10 11110 10 111001 1011010 1010100

Color Harmonies of #FBF7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7AF

Black with #FBF7AF

Text Example


Text Example

White with #FBF7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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