Html Css Color HEX #FBFEAA Shalimar

📋 copy color: '#FBFEAA'

red 251 ◦ green 254 ◦ blue 170

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

Shades of Shalimar #FBFEAA

Tints of Shalimar #FBFEAA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.63%

 BLUE value IS 170 (66.8% from 255) = 25.19%

R = 37.19%
G = 37.63%
B = 25.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FBFEAA (or 0xFBFEAA) is known color: Shalimar. HEX triplet: FB, FE and AA. RGB value is (251,254,170). Sum of RGB (Red+Green+Blue) = 251+254+170=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 170 (66.80% from 255 or 25.19% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEAA is #040155. Grayscale: #F3F3F3. Windows color (decimal): -262486 or 11206395. OLE color: 11206395.

HSL color Cylindrical-coordinate representation of color #FBFEAA: hue angle of 62.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBFEAA is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 254 170 -
CMYK 0.01 0 0.33 0.00
HSL 62.14º 0.98% 0.83% -
HSV(B) 62.14º 0.33% 1% -
XYZ 82.48 94.3 51.88 -
YUV 243.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 251 254 170 0.01 0 0.33 0.00 62.14 0.98 0.83
Hex FB FE AA 1 0 21 0 3E 62 53
Octal 373 376 252 1 0 41 0 76 142 123
Binary 11111011 11111110 10101010 1 0 100001 0 111110 1100010 1010011

Color Harmonies of #FBFEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFEAA

Black with #FBFEAA

Text Example


Text Example

White with #FBFEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFEAA; }

 p { color: rgb(251,254,170); }

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

background-color css

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

 a { background-color: rgb(251,254,170); }

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

border-color css

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

 span { border-color: rgb(251,254,170); }

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