Html Css Color HEX #FBF0A9 Shalimar

📋 copy color: '#FBF0A9'

red 251 ◦ green 240 ◦ blue 169

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

Shades of Shalimar #FBF0A9

Tints of Shalimar #FBF0A9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.36%

 BLUE value IS 169 (66.41% from 255) = 25.61%

R = 38.03%
G = 36.36%
B = 25.61%

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

#FBF0A9 (or 0xFBF0A9) is known color: Shalimar. HEX triplet: FB, F0 and A9. RGB value is (251,240,169). Sum of RGB (Red+Green+Blue) = 251+240+169=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 169 (66.41% from 255 or 25.61% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0A9 is #040F56. Grayscale: #EBEBEB. Windows color (decimal): -266071 or 11137275. OLE color: 11137275.

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

Color convert

RGB 251 240 169 -
CMYK 0 0.04 0.33 0.02
HSL 51.95º 0.91% 0.82% -
HSV(B) 51.95º 0.33% 0.98% -
XYZ 78.11 85.69 49.96 -
YUV 235.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 251 240 169 0 0.04 0.33 0.02 51.95 0.91 0.82
Hex FB F0 A9 0 4 21 2 34 5B 52
Octal 373 360 251 0 4 41 2 64 133 122
Binary 11111011 11110000 10101001 0 100 100001 10 110100 1011011 1010010

Color Harmonies of #FBF0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0A9

Black with #FBF0A9

Text Example


Text Example

White with #FBF0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0A9; }

 p { color: rgb(251,240,169); }

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

background-color css

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

 a { background-color: rgb(251,240,169); }

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

border-color css

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

 span { border-color: rgb(251,240,169); }

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