Html Css Color HEX #FDF2AD Shalimar

📋 copy color: '#FDF2AD'

red 253 ◦ green 242 ◦ blue 173

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

Shades of Shalimar #FDF2AD

Tints of Shalimar #FDF2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.9%

R = 37.87%
G = 36.23%
B = 25.9%

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

#FDF2AD (or 0xFDF2AD) is known color: Shalimar. HEX triplet: FD, F2 and AD. RGB value is (253,242,173). Sum of RGB (Red+Green+Blue) = 253+242+173=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 173 (67.97% from 255 or 25.90% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2AD is #020D52. Grayscale: #EDEDED. Windows color (decimal): -134483 or 11399933. OLE color: 11399933.

HSL color Cylindrical-coordinate representation of color #FDF2AD: hue angle of 51.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDF2AD is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 173 -
CMYK 0 0.04 0.32 0.01
HSL 51.75º 0.95% 0.84% -
HSV(B) 51.75º 0.32% 0.99% -
XYZ 79.8 87.4 52.2 -
YUV 237.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 253 242 173 0 0.04 0.32 0.01 51.75 0.95 0.84
Hex FD F2 AD 0 4 20 1 34 5F 54
Octal 375 362 255 0 4 40 1 64 137 124
Binary 11111101 11110010 10101101 0 100 100000 1 110100 1011111 1010100

Color Harmonies of #FDF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2AD

Black with #FDF2AD

Text Example


Text Example

White with #FDF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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