Html Css Color HEX #FDF2AC Shalimar

📋 copy color: '#FDF2AC'

red 253 ◦ green 242 ◦ blue 172

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

Shades of Shalimar #FDF2AC

Tints of Shalimar #FDF2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.28%

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

R = 37.93%
G = 36.28%
B = 25.79%

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

#FDF2AC (or 0xFDF2AC) is known color: Shalimar. HEX triplet: FD, F2 and AC. RGB value is (253,242,172). Sum of RGB (Red+Green+Blue) = 253+242+172=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2AC is #020D53. Grayscale: #EDEDED. Windows color (decimal): -134484 or 11334397. OLE color: 11334397.

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

Color convert

RGB 253 242 172 -
CMYK 0 0.04 0.32 0.01
HSL 51.85º 0.95% 0.83% -
HSV(B) 51.85º 0.32% 0.99% -
XYZ 79.71 87.37 51.69 -
YUV 237.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 253 242 172 0 0.04 0.32 0.01 51.85 0.95 0.83
Hex FD F2 AC 0 4 20 1 34 5F 53
Octal 375 362 254 0 4 40 1 64 137 123
Binary 11111101 11110010 10101100 0 100 100000 1 110100 1011111 1010011

Color Harmonies of #FDF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2AC

Black with #FDF2AC

Text Example


Text Example

White with #FDF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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