Html Css Color HEX #FEF6B3 Shalimar

📋 copy color: '#FEF6B3'

red 254 ◦ green 246 ◦ blue 179

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

Shades of Shalimar #FEF6B3

Tints of Shalimar #FEF6B3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.23%

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

R = 37.41%
G = 36.23%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEF6B3 (or 0xFEF6B3) is known color: Shalimar. HEX triplet: FE, F6 and B3. RGB value is (254,246,179). Sum of RGB (Red+Green+Blue) = 254+246+179=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 179 (70.31% from 255 or 26.36% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6B3 is #01094C. Grayscale: #F1F1F1. Windows color (decimal): -67917 or 11794174. OLE color: 11794174.

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

Color convert

RGB 254 246 179 -
CMYK 0 0.03 0.30 0.00
HSL 53.6º 0.97% 0.85% -
HSV(B) 53.6º 0.3% 1% -
XYZ 81.97 90.24 55.75 -
YUV 240.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 254 246 179 0 0.03 0.30 0.00 53.6 0.97 0.85
Hex FE F6 B3 0 3 1E 0 36 61 55
Octal 376 366 263 0 3 36 0 66 141 125
Binary 11111110 11110110 10110011 0 11 11110 0 110110 1100001 1010101

Color Harmonies of #FEF6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6B3

Black with #FEF6B3

Text Example


Text Example

White with #FEF6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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