Html Css Color HEX #FBF5AF Shalimar

📋 copy color: '#FBF5AF'

red 251 ◦ green 245 ◦ blue 175

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

Shades of Shalimar #FBF5AF

Tints of Shalimar #FBF5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.51%

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

R = 37.41%
G = 36.51%
B = 26.08%

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

#FBF5AF (or 0xFBF5AF) is known color: Shalimar. HEX triplet: FB, F5 and AF. RGB value is (251,245,175). Sum of RGB (Red+Green+Blue) = 251+245+175=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 175 (68.75% from 255 or 26.08% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF5AF is #040A50. Grayscale: #EFEFEF. Windows color (decimal): -264785 or 11531771. OLE color: 11531771.

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

Color convert

RGB 251 245 175 -
CMYK 0 0.02 0.30 0.02
HSL 55.26º 0.9% 0.84% -
HSV(B) 55.26º 0.3% 0.98% -
XYZ 80.17 88.91 53.49 -
YUV 238.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 251 245 175 0 0.02 0.30 0.02 55.26 0.9 0.84
Hex FB F5 AF 0 2 1E 2 37 5A 54
Octal 373 365 257 0 2 36 2 67 132 124
Binary 11111011 11110101 10101111 0 10 11110 10 110111 1011010 1010100

Color Harmonies of #FBF5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5AF

Black with #FBF5AF

Text Example


Text Example

White with #FBF5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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