Html Css Color HEX #FEFFA8 Shalimar

📋 copy color: '#FEFFA8'

red 254 ◦ green 255 ◦ blue 168

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

Shades of Shalimar #FEFFA8

Tints of Shalimar #FEFFA8

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 254 255 168 -
CMYK 0.00 0 0.34 0
HSL 60.69º 1% 0.83% -
HSV(B) 60.69º 0.34% 1% -
XYZ 83.7 95.42 51.05 -
YUV 244.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 254 255 168 0.00 0 0.34 0 60.69 1 0.83
Hex FE FF A8 0 0 22 0 3D 64 53
Octal 376 377 250 0 0 42 0 75 144 123
Binary 11111110 11111111 10101000 0 0 100010 0 111101 1100100 1010011

Color Harmonies of #FEFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFA8

Black with #FEFFA8

Text Example


Text Example

White with #FEFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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