Html Css Color HEX #FEFAB3 Shalimar

📋 copy color: '#FEFAB3'

red 254 ◦ green 250 ◦ blue 179

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

Shades of Shalimar #FEFAB3

Tints of Shalimar #FEFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.21%

R = 37.19%
G = 36.6%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEFAB3 (or 0xFEFAB3) is known color: Shalimar. HEX triplet: FE, FA and B3. RGB value is (254,250,179). Sum of RGB (Red+Green+Blue) = 254+250+179=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 179 (70.31% from 255 or 26.21% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB3 is #01054C. Grayscale: #F3F3F3. Windows color (decimal): -66893 or 11795198. OLE color: 11795198.

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

Color convert

RGB 254 250 179 -
CMYK 0 0.02 0.30 0.00
HSL 56.8º 0.97% 0.85% -
HSV(B) 56.8º 0.3% 1% -
XYZ 83.2 92.7 56.16 -
YUV 243.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 254 250 179 0 0.02 0.30 0.00 56.8 0.97 0.85
Hex FE FA B3 0 2 1E 0 39 61 55
Octal 376 372 263 0 2 36 0 71 141 125
Binary 11111110 11111010 10110011 0 10 11110 0 111001 1100001 1010101

Color Harmonies of #FEFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAB3

Black with #FEFAB3

Text Example


Text Example

White with #FEFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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