Html Css Color HEX #FFFEB4 Shalimar

📋 copy color: '#FFFEB4'

red 255 ◦ green 254 ◦ blue 180

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

Shades of Shalimar #FFFEB4

Tints of Shalimar #FFFEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.12%

R = 37.01%
G = 36.87%
B = 26.12%

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

#FFFEB4 (or 0xFFFEB4) is known color: Shalimar. HEX triplet: FF, FE and B4. RGB value is (255,254,180). Sum of RGB (Red+Green+Blue) = 255+254+180=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 180 (70.70% from 255 or 26.12% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEB4 is #00014B. Grayscale: #F6F6F6. Windows color (decimal): -332 or 11861759. OLE color: 11861759.

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

Color convert

RGB 255 254 180 -
CMYK 0 0.00 0.29 0
HSL 59.2º 1% 0.85% -
HSV(B) 59.2º 0.29% 1% -
XYZ 84.92 95.44 57.13 -
YUV 245.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 255 254 180 0 0.00 0.29 0 59.2 1 0.85
Hex FF FE B4 0 0 1D 0 3B 64 55
Octal 377 376 264 0 0 35 0 73 144 125
Binary 11111111 11111110 10110100 0 0 11101 0 111011 1100100 1010101

Color Harmonies of #FFFEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFEB4

Black with #FFFEB4

Text Example


Text Example

White with #FFFEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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