Html Css Color HEX #FEFFB3 Shalimar

📋 copy color: '#FEFFB3'

red 254 ◦ green 255 ◦ blue 179

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

Shades of Shalimar #FEFFB3

Tints of Shalimar #FEFFB3

RGB

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

 GREEN value IS 255 (100% from 255) = 37.06%

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

R = 36.92%
G = 37.06%
B = 26.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FEFFB3 (or 0xFEFFB3) is known color: Shalimar. HEX triplet: FE, FF and B3. RGB value is (254,255,179). Sum of RGB (Red+Green+Blue) = 254+255+179=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 179 (70.31% from 255 or 26.02% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFB3 is #01004C. Grayscale: #F6F6F6. Windows color (decimal): -65613 or 11796478. OLE color: 11796478.

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

Color convert

RGB 254 255 179 -
CMYK 0.00 0 0.30 0
HSL 60.79º 1% 0.85% -
HSV(B) 60.79º 0.3% 1% -
XYZ 84.77 95.85 56.68 -
YUV 246.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 254 255 179 0.00 0 0.30 0 60.79 1 0.85
Hex FE FF B3 0 0 1E 0 3D 64 55
Octal 376 377 263 0 0 36 0 75 144 125
Binary 11111110 11111111 10110011 0 0 11110 0 111101 1100100 1010101

Color Harmonies of #FEFFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFB3

Black with #FEFFB3

Text Example


Text Example

White with #FEFFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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