Html Css Color HEX #FFFEA8 Shalimar

📋 copy color: '#FFFEA8'

red 255 ◦ green 254 ◦ blue 168

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

Shades of Shalimar #FFFEA8

Tints of Shalimar #FFFEA8

RGB

 RED value IS 255 (100% from 255) = 37.67%

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

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

R = 37.67%
G = 37.52%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFFEA8 (or 0xFFFEA8) is known color: Shalimar. HEX triplet: FF, FE and A8. RGB value is (255,254,168). Sum of RGB (Red+Green+Blue) = 255+254+168=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 168 (66.02% from 255 or 24.82% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA8 is #000157. Grayscale: #F4F4F4. Windows color (decimal): -344 or 11075327. OLE color: 11075327.

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

Color convert

RGB 255 254 168 -
CMYK 0 0.00 0.34 0
HSL 59.31º 1% 0.83% -
HSV(B) 59.31º 0.34% 1% -
XYZ 83.75 94.97 50.96 -
YUV 244.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 255 254 168 0 0.00 0.34 0 59.31 1 0.83
Hex FF FE A8 0 0 22 0 3B 64 53
Octal 377 376 250 0 0 42 0 73 144 123
Binary 11111111 11111110 10101000 0 0 100010 0 111011 1100100 1010011

Color Harmonies of #FFFEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFEA8

Black with #FFFEA8

Text Example


Text Example

White with #FFFEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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