Html Css Color HEX #FFFFB6 Shalimar

📋 copy color: '#FFFFB6'

red 255 ◦ green 255 ◦ blue 182

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

Shades of Shalimar #FFFFB6

Tints of Shalimar #FFFFB6

RGB

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

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

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

R = 36.85%
G = 36.85%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFFFB6 (or 0xFFFFB6) is known color: Shalimar. HEX triplet: FF, FF and B6. RGB value is (255,255,182). Sum of RGB (Red+Green+Blue) = 255+255+182=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 182 (71.48% from 255 or 26.30% from 692); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFB6 is #000049. Grayscale: #F6F6F6. Windows color (decimal): -74 or 11993087. OLE color: 11993087.

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

Color convert

RGB 255 255 182 -
CMYK 0 0 0.29 0
HSL 60º 1% 0.86% -
HSV(B) 60º 0.29% 1% -
XYZ 85.44 96.16 58.31 -
YUV 246.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 255 255 182 0 0 0.29 0 60 1 0.86
Hex FF FF B6 0 0 1D 0 3C 64 56
Octal 377 377 266 0 0 35 0 74 144 126
Binary 11111111 11111111 10110110 0 0 11101 0 111100 1100100 1010110

Color Harmonies of #FFFFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFB6

Black with #FFFFB6

Text Example


Text Example

White with #FFFFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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