Html Css Color HEX #FDF0AB Shalimar

📋 copy color: '#FDF0AB'

red 253 ◦ green 240 ◦ blue 171

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

Shades of Shalimar #FDF0AB

Tints of Shalimar #FDF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.14%

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

R = 38.1%
G = 36.14%
B = 25.75%

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

#FDF0AB (or 0xFDF0AB) is known color: Shalimar. HEX triplet: FD, F0 and AB. RGB value is (253,240,171). Sum of RGB (Red+Green+Blue) = 253+240+171=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 171 (67.19% from 255 or 25.75% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0AB is #020F54. Grayscale: #ECECEC. Windows color (decimal): -134997 or 11268349. OLE color: 11268349.

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

Color convert

RGB 253 240 171 -
CMYK 0 0.05 0.32 0.01
HSL 50.49º 0.95% 0.83% -
HSV(B) 50.49º 0.32% 0.99% -
XYZ 79.02 86.14 50.99 -
YUV 236.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 253 240 171 0 0.05 0.32 0.01 50.49 0.95 0.83
Hex FD F0 AB 0 5 20 1 32 5F 53
Octal 375 360 253 0 5 40 1 62 137 123
Binary 11111101 11110000 10101011 0 101 100000 1 110010 1011111 1010011

Color Harmonies of #FDF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0AB

Black with #FDF0AB

Text Example


Text Example

White with #FDF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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