Html Css Color HEX #FEFBA8 Shalimar

📋 copy color: '#FEFBA8'

red 254 ◦ green 251 ◦ blue 168

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

Shades of Shalimar #FEFBA8

Tints of Shalimar #FEFBA8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 251 168 -
CMYK 0 0.01 0.34 0.00
HSL 57.91º 0.98% 0.83% -
HSV(B) 57.91º 0.34% 1% -
XYZ 82.44 92.89 50.63 -
YUV 242.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 254 251 168 0 0.01 0.34 0.00 57.91 0.98 0.83
Hex FE FB A8 0 1 22 0 3A 62 53
Octal 376 373 250 0 1 42 0 72 142 123
Binary 11111110 11111011 10101000 0 1 100010 0 111010 1100010 1010011

Color Harmonies of #FEFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBA8

Black with #FEFBA8

Text Example


Text Example

White with #FEFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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