Html Css Color HEX #FFFEB6 Shalimar

📋 copy color: '#FFFEB6'

red 255 ◦ green 254 ◦ blue 182

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

Shades of Shalimar #FFFEB6

Tints of Shalimar #FFFEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 26.34%

R = 36.9%
G = 36.76%
B = 26.34%

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

#FFFEB6 (or 0xFFFEB6) is known color: Shalimar. HEX triplet: FF, FE and B6. RGB value is (255,254,182). Sum of RGB (Red+Green+Blue) = 255+254+182=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 182 (71.48% from 255 or 26.34% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEB6 is #000149. Grayscale: #F6F6F6. Windows color (decimal): -330 or 11992831. OLE color: 11992831.

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

Color convert

RGB 255 254 182 -
CMYK 0 0.00 0.29 0
HSL 59.18º 1% 0.86% -
HSV(B) 59.18º 0.29% 1% -
XYZ 85.13 95.52 58.21 -
YUV 246.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 255 254 182 0 0.00 0.29 0 59.18 1 0.86
Hex FF FE B6 0 0 1D 0 3B 64 56
Octal 377 376 266 0 0 35 0 73 144 126
Binary 11111111 11111110 10110110 0 0 11101 0 111011 1100100 1010110

Color Harmonies of #FFFEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFEB6

Black with #FFFEB6

Text Example


Text Example

White with #FFFEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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