Html Css Color HEX #FDF2AE Shalimar

📋 copy color: '#FDF2AE'

red 253 ◦ green 242 ◦ blue 174

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

Shades of Shalimar #FDF2AE

Tints of Shalimar #FDF2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.01%

R = 37.82%
G = 36.17%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDF2AE (or 0xFDF2AE) is known color: Shalimar. HEX triplet: FD, F2 and AE. RGB value is (253,242,174). Sum of RGB (Red+Green+Blue) = 253+242+174=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2AE is #020D51. Grayscale: #EDEDED. Windows color (decimal): -134482 or 11465469. OLE color: 11465469.

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

Color convert

RGB 253 242 174 -
CMYK 0 0.04 0.31 0.01
HSL 51.65º 0.95% 0.84% -
HSV(B) 51.65º 0.31% 0.99% -
XYZ 79.9 87.44 52.71 -
YUV 237.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 253 242 174 0 0.04 0.31 0.01 51.65 0.95 0.84
Hex FD F2 AE 0 4 1F 1 34 5F 54
Octal 375 362 256 0 4 37 1 64 137 124
Binary 11111101 11110010 10101110 0 100 11111 1 110100 1011111 1010100

Color Harmonies of #FDF2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2AE

Black with #FDF2AE

Text Example


Text Example

White with #FDF2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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