Html Css Color HEX #FDF0AC Shalimar

📋 copy color: '#FDF0AC'

red 253 ◦ green 240 ◦ blue 172

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

Shades of Shalimar #FDF0AC

Tints of Shalimar #FDF0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.86%

R = 38.05%
G = 36.09%
B = 25.86%

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

#FDF0AC (or 0xFDF0AC) is known color: Shalimar. HEX triplet: FD, F0 and AC. RGB value is (253,240,172). Sum of RGB (Red+Green+Blue) = 253+240+172=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0AC is #020F53. Grayscale: #ECECEC. Windows color (decimal): -134996 or 11333885. OLE color: 11333885.

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

Color convert

RGB 253 240 172 -
CMYK 0 0.05 0.32 0.01
HSL 50.37º 0.95% 0.83% -
HSV(B) 50.37º 0.32% 0.99% -
XYZ 79.11 86.18 51.49 -
YUV 236.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 253 240 172 0 0.05 0.32 0.01 50.37 0.95 0.83
Hex FD F0 AC 0 5 20 1 32 5F 53
Octal 375 360 254 0 5 40 1 62 137 123
Binary 11111101 11110000 10101100 0 101 100000 1 110010 1011111 1010011

Color Harmonies of #FDF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0AC

Black with #FDF0AC

Text Example


Text Example

White with #FDF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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