Html Css Color HEX #FBFEA7 Shalimar

📋 copy color: '#FBFEA7'

red 251 ◦ green 254 ◦ blue 167

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

Shades of Shalimar #FBFEA7

Tints of Shalimar #FBFEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 24.85%

R = 37.35%
G = 37.8%
B = 24.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FBFEA7 (or 0xFBFEA7) is known color: Shalimar. HEX triplet: FB, FE and A7. RGB value is (251,254,167). Sum of RGB (Red+Green+Blue) = 251+254+167=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 167 (65.62% from 255 or 24.85% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEA7 is #040158. Grayscale: #F3F3F3. Windows color (decimal): -262489 or 11009787. OLE color: 11009787.

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

Color convert

RGB 251 254 167 -
CMYK 0.01 0 0.34 0.00
HSL 62.07º 0.98% 0.83% -
HSV(B) 62.07º 0.34% 1% -
XYZ 82.2 94.18 50.41 -
YUV 243.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 251 254 167 0.01 0 0.34 0.00 62.07 0.98 0.83
Hex FB FE A7 1 0 22 0 3E 62 53
Octal 373 376 247 1 0 42 0 76 142 123
Binary 11111011 11111110 10100111 1 0 100010 0 111110 1100010 1010011

Color Harmonies of #FBFEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFEA7

Black with #FBFEA7

Text Example


Text Example

White with #FBFEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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