Html Css Color HEX #FFFFB5 Shalimar

📋 copy color: '#FFFFB5'

red 255 ◦ green 255 ◦ blue 181

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

Shades of Shalimar #FFFFB5

Tints of Shalimar #FFFFB5

RGB

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

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

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

R = 36.9%
G = 36.9%
B = 26.19%

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

#FFFFB5 (or 0xFFFFB5) is known color: Shalimar. HEX triplet: FF, FF and B5. RGB value is (255,255,181). Sum of RGB (Red+Green+Blue) = 255+255+181=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 181 (71.09% from 255 or 26.19% from 691); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFB5 is #00004A. Grayscale: #F6F6F6. Windows color (decimal): -75 or 11927551. OLE color: 11927551.

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

Color convert

RGB 255 255 181 -
CMYK 0 0 0.29 0
HSL 60º 1% 0.85% -
HSV(B) 60º 0.29% 1% -
XYZ 85.34 96.12 57.77 -
YUV 246.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 255 255 181 0 0 0.29 0 60 1 0.85
Hex FF FF B5 0 0 1D 0 3C 64 55
Octal 377 377 265 0 0 35 0 74 144 125
Binary 11111111 11111111 10110101 0 0 11101 0 111100 1100100 1010101

Color Harmonies of #FFFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFB5

Black with #FFFFB5

Text Example


Text Example

White with #FFFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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