Html Css Color HEX #FEFAB2 Shalimar

📋 copy color: '#FEFAB2'

red 254 ◦ green 250 ◦ blue 178

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

Shades of Shalimar #FEFAB2

Tints of Shalimar #FEFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.1%

R = 37.24%
G = 36.66%
B = 26.1%

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

#FEFAB2 (or 0xFEFAB2) is known color: Shalimar. HEX triplet: FE, FA and B2. RGB value is (254,250,178). Sum of RGB (Red+Green+Blue) = 254+250+178=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAB2 is #01054D. Grayscale: #F3F3F3. Windows color (decimal): -66894 or 11729662. OLE color: 11729662.

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

Color convert

RGB 254 250 178 -
CMYK 0 0.02 0.30 0.00
HSL 56.84º 0.97% 0.85% -
HSV(B) 56.84º 0.3% 1% -
XYZ 83.09 92.66 55.62 -
YUV 242.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 254 250 178 0 0.02 0.30 0.00 56.84 0.97 0.85
Hex FE FA B2 0 2 1E 0 39 61 55
Octal 376 372 262 0 2 36 0 71 141 125
Binary 11111110 11111010 10110010 0 10 11110 0 111001 1100001 1010101

Color Harmonies of #FEFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAB2

Black with #FEFAB2

Text Example


Text Example

White with #FEFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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