Html Css Color HEX #FDF3AC Shalimar

📋 copy color: '#FDF3AC'

red 253 ◦ green 243 ◦ blue 172

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

Shades of Shalimar #FDF3AC

Tints of Shalimar #FDF3AC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.38%

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

R = 37.87%
G = 36.38%
B = 25.75%

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

#FDF3AC (or 0xFDF3AC) is known color: Shalimar. HEX triplet: FD, F3 and AC. RGB value is (253,243,172). Sum of RGB (Red+Green+Blue) = 253+243+172=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 172 (67.58% from 255 or 25.75% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AC is #020C53. Grayscale: #EEEEEE. Windows color (decimal): -134228 or 11334653. OLE color: 11334653.

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

Color convert

RGB 253 243 172 -
CMYK 0 0.04 0.32 0.01
HSL 52.59º 0.95% 0.83% -
HSV(B) 52.59º 0.32% 0.99% -
XYZ 80.01 87.96 51.79 -
YUV 237.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 253 243 172 0 0.04 0.32 0.01 52.59 0.95 0.83
Hex FD F3 AC 0 4 20 1 35 5F 53
Octal 375 363 254 0 4 40 1 65 137 123
Binary 11111101 11110011 10101100 0 100 100000 1 110101 1011111 1010011

Color Harmonies of #FDF3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF3AC

Black with #FDF3AC

Text Example


Text Example

White with #FDF3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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