Html Css Color HEX #FFFFAB Shalimar

📋 copy color: '#FFFFAB'

red 255 ◦ green 255 ◦ blue 171

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

Shades of Shalimar #FFFFAB

Tints of Shalimar #FFFFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.11%

R = 37.44%
G = 37.44%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFFFAB (or 0xFFFFAB) is known color: Shalimar. HEX triplet: FF, FF and AB. RGB value is (255,255,171). Sum of RGB (Red+Green+Blue) = 255+255+171=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 171 (67.19% from 255 or 25.11% from 681); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFAB is #000054. Grayscale: #F5F5F5. Windows color (decimal): -85 or 11272191. OLE color: 11272191.

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

Color convert

RGB 255 255 171 -
CMYK 0 0 0.33 0
HSL 60º 1% 0.84% -
HSV(B) 60º 0.33% 1% -
XYZ 84.35 95.72 52.56 -
YUV 245.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 255 255 171 0 0 0.33 0 60 1 0.84
Hex FF FF AB 0 0 21 0 3C 64 54
Octal 377 377 253 0 0 41 0 74 144 124
Binary 11111111 11111111 10101011 0 0 100001 0 111100 1100100 1010100

Color Harmonies of #FFFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFAB

Black with #FFFFAB

Text Example


Text Example

White with #FFFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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