Html Css Color HEX #FDF1AB Shalimar

📋 copy color: '#FDF1AB'

red 253 ◦ green 241 ◦ blue 171

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

Shades of Shalimar #FDF1AB

Tints of Shalimar #FDF1AB

RGB

 RED value IS 253 (99.22% from 255) = 38.05%

 GREEN value IS 241 (94.53% from 255) = 36.24%

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

R = 38.05%
G = 36.24%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF1AB (or 0xFDF1AB) is known color: Shalimar. HEX triplet: FD, F1 and AB. RGB value is (253,241,171). Sum of RGB (Red+Green+Blue) = 253+241+171=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 171 (67.19% from 255 or 25.71% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1AB is #020E54. Grayscale: #ECECEC. Windows color (decimal): -134741 or 11268605. OLE color: 11268605.

HSL color Cylindrical-coordinate representation of color #FDF1AB: hue angle of 51.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDF1AB is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 171 -
CMYK 0 0.05 0.32 0.01
HSL 51.22º 0.95% 0.83% -
HSV(B) 51.22º 0.32% 0.99% -
XYZ 79.31 86.73 51.09 -
YUV 236.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 253 241 171 0 0.05 0.32 0.01 51.22 0.95 0.83
Hex FD F1 AB 0 5 20 1 33 5F 53
Octal 375 361 253 0 5 40 1 63 137 123
Binary 11111101 11110001 10101011 0 101 100000 1 110011 1011111 1010011

Color Harmonies of #FDF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1AB

Black with #FDF1AB

Text Example


Text Example

White with #FDF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1AB; }

 p { color: rgb(253,241,171); }

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

background-color css

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

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

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

border-color css

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

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

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