Html Css Color HEX #FEFAB4 Shalimar

📋 copy color: '#FEFAB4'

red 254 ◦ green 250 ◦ blue 180

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

Shades of Shalimar #FEFAB4

Tints of Shalimar #FEFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.32%

R = 37.13%
G = 36.55%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEFAB4 (or 0xFEFAB4) is known color: Shalimar. HEX triplet: FE, FA and B4. RGB value is (254,250,180). Sum of RGB (Red+Green+Blue) = 254+250+180=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 180 (70.70% from 255 or 26.32% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB4 is #01054B. Grayscale: #F3F3F3. Windows color (decimal): -66892 or 11860734. OLE color: 11860734.

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

Color convert

RGB 254 250 180 -
CMYK 0 0.02 0.29 0.00
HSL 56.76º 0.97% 0.85% -
HSV(B) 56.76º 0.29% 1% -
XYZ 83.3 92.74 56.69 -
YUV 243.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 254 250 180 0 0.02 0.29 0.00 56.76 0.97 0.85
Hex FE FA B4 0 2 1D 0 39 61 55
Octal 376 372 264 0 2 35 0 71 141 125
Binary 11111110 11111010 10110100 0 10 11101 0 111001 1100001 1010101

Color Harmonies of #FEFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAB4

Black with #FEFAB4

Text Example


Text Example

White with #FEFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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