Html Css Color HEX #FFFEB5 Shalimar

📋 copy color: '#FFFEB5'

red 255 ◦ green 254 ◦ blue 181

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

Shades of Shalimar #FFFEB5

Tints of Shalimar #FFFEB5

RGB

 RED value IS 255 (100% from 255) = 36.96%

 GREEN value IS 254 (99.61% from 255) = 36.81%

 BLUE value IS 181 (71.09% from 255) = 26.23%

R = 36.96%
G = 36.81%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFFEB5 (or 0xFFFEB5) is known color: Shalimar. HEX triplet: FF, FE and B5. RGB value is (255,254,181). Sum of RGB (Red+Green+Blue) = 255+254+181=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 181 (71.09% from 255 or 26.23% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEB5 is #00014A. Grayscale: #F6F6F6. Windows color (decimal): -331 or 11927295. OLE color: 11927295.

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

Color convert

RGB 255 254 181 -
CMYK 0 0.00 0.29 0
HSL 59.19º 1% 0.85% -
HSV(B) 59.19º 0.29% 1% -
XYZ 85.02 95.48 57.66 -
YUV 245.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 255 254 181 0 0.00 0.29 0 59.19 1 0.85
Hex FF FE B5 0 0 1D 0 3B 64 55
Octal 377 376 265 0 0 35 0 73 144 125
Binary 11111111 11111110 10110101 0 0 11101 0 111011 1100100 1010101

Color Harmonies of #FFFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFEB5

Black with #FFFEB5

Text Example


Text Example

White with #FFFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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