Html Css Color HEX #FEFFB5 Shalimar

📋 copy color: '#FEFFB5'

red 254 ◦ green 255 ◦ blue 181

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

Shades of Shalimar #FEFFB5

Tints of Shalimar #FEFFB5

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 254 255 181 -
CMYK 0.00 0 0.29 0
HSL 60.81º 1% 0.85% -
HSV(B) 60.81º 0.29% 1% -
XYZ 84.97 95.93 57.75 -
YUV 246.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 254 255 181 0.00 0 0.29 0 60.81 1 0.85
Hex FE FF B5 0 0 1D 0 3D 64 55
Octal 376 377 265 0 0 35 0 75 144 125
Binary 11111110 11111111 10110101 0 0 11101 0 111101 1100100 1010101

Color Harmonies of #FEFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFB5

Black with #FEFFB5

Text Example


Text Example

White with #FEFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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