Html Css Color HEX #FBF2A8 Shalimar

📋 copy color: '#FBF2A8'

red 251 ◦ green 242 ◦ blue 168

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

Shades of Shalimar #FBF2A8

Tints of Shalimar #FBF2A8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.61%

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

R = 37.97%
G = 36.61%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBF2A8 (or 0xFBF2A8) is known color: Shalimar. HEX triplet: FB, F2 and A8. RGB value is (251,242,168). Sum of RGB (Red+Green+Blue) = 251+242+168=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 168 (66.02% from 255 or 25.42% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2A8 is #040D57. Grayscale: #ECECEC. Windows color (decimal): -265560 or 11072251. OLE color: 11072251.

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

Color convert

RGB 251 242 168 -
CMYK 0 0.04 0.33 0.02
HSL 53.49º 0.91% 0.82% -
HSV(B) 53.49º 0.33% 0.98% -
XYZ 78.6 86.84 49.66 -
YUV 236.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 251 242 168 0 0.04 0.33 0.02 53.49 0.91 0.82
Hex FB F2 A8 0 4 21 2 35 5B 52
Octal 373 362 250 0 4 41 2 65 133 122
Binary 11111011 11110010 10101000 0 100 100001 10 110101 1011011 1010010

Color Harmonies of #FBF2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2A8

Black with #FBF2A8

Text Example


Text Example

White with #FBF2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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