Html Css Color HEX #FFFEAE Shalimar

📋 copy color: '#FFFEAE'

red 255 ◦ green 254 ◦ blue 174

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

Shades of Shalimar #FFFEAE

Tints of Shalimar #FFFEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 25.48%

R = 37.34%
G = 37.19%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFFEAE (or 0xFFFEAE) is known color: Shalimar. HEX triplet: FF, FE and AE. RGB value is (255,254,174). Sum of RGB (Red+Green+Blue) = 255+254+174=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 174 (68.36% from 255 or 25.48% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAE is #000151. Grayscale: #F5F5F5. Windows color (decimal): -338 or 11468543. OLE color: 11468543.

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

Color convert

RGB 255 254 174 -
CMYK 0 0.00 0.32 0
HSL 59.26º 1% 0.84% -
HSV(B) 59.26º 0.32% 1% -
XYZ 84.32 95.2 53.98 -
YUV 245.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 255 254 174 0 0.00 0.32 0 59.26 1 0.84
Hex FF FE AE 0 0 20 0 3B 64 54
Octal 377 376 256 0 0 40 0 73 144 124
Binary 11111111 11111110 10101110 0 0 100000 0 111011 1100100 1010100

Color Harmonies of #FFFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFEAE

Black with #FFFEAE

Text Example


Text Example

White with #FFFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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