Html Css Color HEX #FBF4A8 Shalimar

📋 copy color: '#FBF4A8'

red 251 ◦ green 244 ◦ blue 168

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

Shades of Shalimar #FBF4A8

Tints of Shalimar #FBF4A8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.8%

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

R = 37.86%
G = 36.8%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBF4A8 (or 0xFBF4A8) is known color: Shalimar. HEX triplet: FB, F4 and A8. RGB value is (251,244,168). Sum of RGB (Red+Green+Blue) = 251+244+168=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 168 (66.02% from 255 or 25.34% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF4A8 is #040B57. Grayscale: #EDEDED. Windows color (decimal): -265048 or 11072763. OLE color: 11072763.

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

Color convert

RGB 251 244 168 -
CMYK 0 0.03 0.33 0.02
HSL 54.94º 0.91% 0.82% -
HSV(B) 54.94º 0.33% 0.98% -
XYZ 79.2 88.04 49.86 -
YUV 237.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 251 244 168 0 0.03 0.33 0.02 54.94 0.91 0.82
Hex FB F4 A8 0 3 21 2 37 5B 52
Octal 373 364 250 0 3 41 2 67 133 122
Binary 11111011 11110100 10101000 0 11 100001 10 110111 1011011 1010010

Color Harmonies of #FBF4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF4A8

Black with #FBF4A8

Text Example


Text Example

White with #FBF4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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