Html Css Color HEX #FEFAAA Shalimar

📋 copy color: '#FEFAAA'

red 254 ◦ green 250 ◦ blue 170

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

Shades of Shalimar #FEFAAA

Tints of Shalimar #FEFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.09%

 BLUE value IS 170 (66.8% from 255) = 25.22%

R = 37.69%
G = 37.09%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEFAAA (or 0xFEFAAA) is known color: Shalimar. HEX triplet: FE, FA and AA. RGB value is (254,250,170). Sum of RGB (Red+Green+Blue) = 254+250+170=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 170 (66.80% from 255 or 25.22% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAAA is #010555. Grayscale: #F2F2F2. Windows color (decimal): -66902 or 11205374. OLE color: 11205374.

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

Color convert

RGB 254 250 170 -
CMYK 0 0.02 0.33 0.00
HSL 57.14º 0.98% 0.83% -
HSV(B) 57.14º 0.33% 1% -
XYZ 82.31 92.34 51.52 -
YUV 242.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 254 250 170 0 0.02 0.33 0.00 57.14 0.98 0.83
Hex FE FA AA 0 2 21 0 39 62 53
Octal 376 372 252 0 2 41 0 71 142 123
Binary 11111110 11111010 10101010 0 10 100001 0 111001 1100010 1010011

Color Harmonies of #FEFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAAA

Black with #FEFAAA

Text Example


Text Example

White with #FEFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAAA; }

 p { color: rgb(254,250,170); }

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

background-color css

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

 a { background-color: rgb(254,250,170); }

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

border-color css

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

 span { border-color: rgb(254,250,170); }

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