Html Css Color HEX #FBFEA8 Shalimar

📋 copy color: '#FBFEA8'

red 251 ◦ green 254 ◦ blue 168

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

Shades of Shalimar #FBFEA8

Tints of Shalimar #FBFEA8

RGB

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

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

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

R = 37.3%
G = 37.74%
B = 24.96%

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

#FBFEA8 (or 0xFBFEA8) is known color: Shalimar. HEX triplet: FB, FE and A8. RGB value is (251,254,168). Sum of RGB (Red+Green+Blue) = 251+254+168=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 168 (66.02% from 255 or 24.96% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEA8 is #040157. Grayscale: #F3F3F3. Windows color (decimal): -262488 or 11075323. OLE color: 11075323.

HSL color Cylindrical-coordinate representation of color #FBFEA8: hue angle of 62.09º 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 #FBFEA8 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 254 168 -
CMYK 0.01 0 0.34 0.00
HSL 62.09º 0.98% 0.83% -
HSV(B) 62.09º 0.34% 1% -
XYZ 82.29 94.22 50.89 -
YUV 243.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 251 254 168 0.01 0 0.34 0.00 62.09 0.98 0.83
Hex FB FE A8 1 0 22 0 3E 62 53
Octal 373 376 250 1 0 42 0 76 142 123
Binary 11111011 11111110 10101000 1 0 100010 0 111110 1100010 1010011

Color Harmonies of #FBFEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFEA8

Black with #FBFEA8

Text Example


Text Example

White with #FBFEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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