Html Css Color HEX #FDF9AC Shalimar

📋 copy color: '#FDF9AC'

red 253 ◦ green 249 ◦ blue 172

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

Shades of Shalimar #FDF9AC

Tints of Shalimar #FDF9AC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.94%

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

R = 37.54%
G = 36.94%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDF9AC (or 0xFDF9AC) is known color: Shalimar. HEX triplet: FD, F9 and AC. RGB value is (253,249,172). Sum of RGB (Red+Green+Blue) = 253+249+172=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 172 (67.58% from 255 or 25.52% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF9AC is #020653. Grayscale: #F1F1F1. Windows color (decimal): -132692 or 11336189. OLE color: 11336189.

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

Color convert

RGB 253 249 172 -
CMYK 0 0.02 0.32 0.01
HSL 57.04º 0.95% 0.83% -
HSV(B) 57.04º 0.32% 0.99% -
XYZ 81.83 91.61 52.4 -
YUV 241.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 253 249 172 0 0.02 0.32 0.01 57.04 0.95 0.83
Hex FD F9 AC 0 2 20 1 39 5F 53
Octal 375 371 254 0 2 40 1 71 137 123
Binary 11111101 11111001 10101100 0 10 100000 1 111001 1011111 1010011

Color Harmonies of #FDF9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9AC

Black with #FDF9AC

Text Example


Text Example

White with #FDF9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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