Html Css Color HEX #FFFFB0 Shalimar

📋 copy color: '#FFFFB0'

red 255 ◦ green 255 ◦ blue 176

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

Shades of Shalimar #FFFFB0

Tints of Shalimar #FFFFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 25.66%

R = 37.17%
G = 37.17%
B = 25.66%

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

#FFFFB0 (or 0xFFFFB0) is known color: Shalimar. HEX triplet: FF, FF and B0. RGB value is (255,255,176). Sum of RGB (Red+Green+Blue) = 255+255+176=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 176 (69.14% from 255 or 25.66% from 686); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFB0 is #00004F. Grayscale: #F6F6F6. Windows color (decimal): -80 or 11599871. OLE color: 11599871.

HSL color Cylindrical-coordinate representation of color #FFFFB0: 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 #FFFFB0 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 255 176 -
CMYK 0 0 0.31 0
HSL 60º 1% 0.85% -
HSV(B) 60º 0.31% 1% -
XYZ 84.84 95.91 55.12 -
YUV 245.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 255 255 176 0 0 0.31 0 60 1 0.85
Hex FF FF B0 0 0 1F 0 3C 64 55
Octal 377 377 260 0 0 37 0 74 144 125
Binary 11111111 11111111 10110000 0 0 11111 0 111100 1100100 1010101

Color Harmonies of #FFFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFB0

Black with #FFFFB0

Text Example


Text Example

White with #FFFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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