Html Css Color HEX #FDF4AC Shalimar

📋 copy color: '#FDF4AC'

red 253 ◦ green 244 ◦ blue 172

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

Shades of Shalimar #FDF4AC

Tints of Shalimar #FDF4AC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.47%

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

R = 37.82%
G = 36.47%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF4AC (or 0xFDF4AC) is known color: Shalimar. HEX triplet: FD, F4 and AC. RGB value is (253,244,172). Sum of RGB (Red+Green+Blue) = 253+244+172=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 172 (67.58% from 255 or 25.71% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AC is #020B53. Grayscale: #EEEEEE. Windows color (decimal): -133972 or 11334909. OLE color: 11334909.

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

Color convert

RGB 253 244 172 -
CMYK 0 0.04 0.32 0.01
HSL 53.33º 0.95% 0.83% -
HSV(B) 53.33º 0.32% 0.99% -
XYZ 80.31 88.56 51.89 -
YUV 238.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 253 244 172 0 0.04 0.32 0.01 53.33 0.95 0.83
Hex FD F4 AC 0 4 20 1 35 5F 53
Octal 375 364 254 0 4 40 1 65 137 123
Binary 11111101 11110100 10101100 0 100 100000 1 110101 1011111 1010011

Color Harmonies of #FDF4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4AC

Black with #FDF4AC

Text Example


Text Example

White with #FDF4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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