Html Css Color HEX #FFFFB1 Shalimar

📋 copy color: '#FFFFB1'

red 255 ◦ green 255 ◦ blue 177

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

Shades of Shalimar #FFFFB1

Tints of Shalimar #FFFFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 25.76%

R = 37.12%
G = 37.12%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFFFB1 (or 0xFFFFB1) is known color: Shalimar. HEX triplet: FF, FF and B1. RGB value is (255,255,177). Sum of RGB (Red+Green+Blue) = 255+255+177=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 177 (69.53% from 255 or 25.76% from 687); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFB1 is #00004E. Grayscale: #F6F6F6. Windows color (decimal): -79 or 11665407. OLE color: 11665407.

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

Color convert

RGB 255 255 177 -
CMYK 0 0 0.31 0
HSL 60º 1% 0.85% -
HSV(B) 60º 0.31% 1% -
XYZ 84.94 95.95 55.64 -
YUV 246.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 255 255 177 0 0 0.31 0 60 1 0.85
Hex FF FF B1 0 0 1F 0 3C 64 55
Octal 377 377 261 0 0 37 0 74 144 125
Binary 11111111 11111111 10110001 0 0 11111 0 111100 1100100 1010101

Color Harmonies of #FFFFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFB1

Black with #FFFFB1

Text Example


Text Example

White with #FFFFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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