Html Css Color HEX #FBFEAD Shalimar

📋 copy color: '#FBFEAD'

red 251 ◦ green 254 ◦ blue 173

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

Shades of Shalimar #FBFEAD

Tints of Shalimar #FBFEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.52%

R = 37.02%
G = 37.46%
B = 25.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FBFEAD (or 0xFBFEAD) is known color: Shalimar. HEX triplet: FB, FE and AD. RGB value is (251,254,173). Sum of RGB (Red+Green+Blue) = 251+254+173=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 173 (67.97% from 255 or 25.52% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEAD is #040152. Grayscale: #F4F4F4. Windows color (decimal): -262483 or 11403003. OLE color: 11403003.

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

Color convert

RGB 251 254 173 -
CMYK 0.01 0 0.32 0.00
HSL 62.22º 0.98% 0.84% -
HSV(B) 62.22º 0.32% 1% -
XYZ 82.77 94.41 53.4 -
YUV 243.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 251 254 173 0.01 0 0.32 0.00 62.22 0.98 0.84
Hex FB FE AD 1 0 20 0 3E 62 54
Octal 373 376 255 1 0 40 0 76 142 124
Binary 11111011 11111110 10101101 1 0 100000 0 111110 1100010 1010100

Color Harmonies of #FBFEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFEAD

Black with #FBFEAD

Text Example


Text Example

White with #FBFEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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