Html Css Color HEX #FFFFB3 Shalimar

📋 copy color: '#FFFFB3'

red 255 ◦ green 255 ◦ blue 179

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

Shades of Shalimar #FFFFB3

Tints of Shalimar #FFFFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 25.98%

R = 37.01%
G = 37.01%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFFFB3 (or 0xFFFFB3) is known color: Shalimar. HEX triplet: FF, FF and B3. RGB value is (255,255,179). Sum of RGB (Red+Green+Blue) = 255+255+179=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 179 (70.31% from 255 or 25.98% from 689); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFB3 is #00004C. Grayscale: #F6F6F6. Windows color (decimal): -77 or 11796479. OLE color: 11796479.

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

Color convert

RGB 255 255 179 -
CMYK 0 0 0.30 0
HSL 60º 1% 0.85% -
HSV(B) 60º 0.3% 1% -
XYZ 85.14 96.03 56.7 -
YUV 246.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 255 255 179 0 0 0.30 0 60 1 0.85
Hex FF FF B3 0 0 1E 0 3C 64 55
Octal 377 377 263 0 0 36 0 74 144 125
Binary 11111111 11111111 10110011 0 0 11110 0 111100 1100100 1010101

Color Harmonies of #FFFFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFB3

Black with #FFFFB3

Text Example


Text Example

White with #FFFFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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