Html Css Color HEX #FFF3AB Shalimar

📋 copy color: '#FFF3AB'

red 255 ◦ green 243 ◦ blue 171

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

Shades of Shalimar #FFF3AB

Tints of Shalimar #FFF3AB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.32%

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

R = 38.12%
G = 36.32%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFF3AB (or 0xFFF3AB) is known color: Shalimar. HEX triplet: FF, F3 and AB. RGB value is (255,243,171). Sum of RGB (Red+Green+Blue) = 255+243+171=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 171 (67.19% from 255 or 25.56% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3AB is #000C54. Grayscale: #EEEEEE. Windows color (decimal): -3157 or 11269119. OLE color: 11269119.

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

Color convert

RGB 255 243 171 -
CMYK 0 0.05 0.33 0
HSL 51.43º 1% 0.84% -
HSV(B) 51.43º 0.33% 1% -
XYZ 80.64 88.3 51.32 -
YUV 238.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 255 243 171 0 0.05 0.33 0 51.43 1 0.84
Hex FF F3 AB 0 5 21 0 33 64 54
Octal 377 363 253 0 5 41 0 63 144 124
Binary 11111111 11110011 10101011 0 101 100001 0 110011 1100100 1010100

Color Harmonies of #FFF3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF3AB

Black with #FFF3AB

Text Example


Text Example

White with #FFF3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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