Html Css Color HEX #FFFFB4 Shalimar

📋 copy color: '#FFFFB4'

red 255 ◦ green 255 ◦ blue 180

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

Shades of Shalimar #FFFFB4

Tints of Shalimar #FFFFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.09%

R = 36.96%
G = 36.96%
B = 26.09%

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

#FFFFB4 (or 0xFFFFB4) is known color: Shalimar. HEX triplet: FF, FF and B4. RGB value is (255,255,180). Sum of RGB (Red+Green+Blue) = 255+255+180=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 180 (70.70% from 255 or 26.09% from 690); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFB4 is #00004B. Grayscale: #F6F6F6. Windows color (decimal): -76 or 11862015. OLE color: 11862015.

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

Color convert

RGB 255 255 180 -
CMYK 0 0 0.29 0
HSL 60º 1% 0.85% -
HSV(B) 60º 0.29% 1% -
XYZ 85.24 96.08 57.23 -
YUV 246.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 255 255 180 0 0 0.29 0 60 1 0.85
Hex FF FF B4 0 0 1D 0 3C 64 55
Octal 377 377 264 0 0 35 0 74 144 125
Binary 11111111 11111111 10110100 0 0 11101 0 111100 1100100 1010101

Color Harmonies of #FFFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFB4

Black with #FFFFB4

Text Example


Text Example

White with #FFFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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