Html Css Color HEX #FDF6AC Shalimar

📋 copy color: '#FDF6AC'

red 253 ◦ green 246 ◦ blue 172

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

Shades of Shalimar #FDF6AC

Tints of Shalimar #FDF6AC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.66%

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

R = 37.7%
G = 36.66%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF6AC (or 0xFDF6AC) is known color: Shalimar. HEX triplet: FD, F6 and AC. RGB value is (253,246,172). Sum of RGB (Red+Green+Blue) = 253+246+172=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 172 (67.58% from 255 or 25.63% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AC is #020953. Grayscale: #EFEFEF. Windows color (decimal): -133460 or 11335421. OLE color: 11335421.

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

Color convert

RGB 253 246 172 -
CMYK 0 0.03 0.32 0.01
HSL 54.81º 0.95% 0.83% -
HSV(B) 54.81º 0.32% 0.99% -
XYZ 80.91 89.77 52.09 -
YUV 239.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 253 246 172 0 0.03 0.32 0.01 54.81 0.95 0.83
Hex FD F6 AC 0 3 20 1 37 5F 53
Octal 375 366 254 0 3 40 1 67 137 123
Binary 11111101 11110110 10101100 0 11 100000 1 110111 1011111 1010011

Color Harmonies of #FDF6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6AC

Black with #FDF6AC

Text Example


Text Example

White with #FDF6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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