Html Css Color HEX #FDFAAE Shalimar

📋 copy color: '#FDFAAE'

red 253 ◦ green 250 ◦ blue 174

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

Shades of Shalimar #FDFAAE

Tints of Shalimar #FDFAAE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

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

R = 37.37%
G = 36.93%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDFAAE (or 0xFDFAAE) is known color: Shalimar. HEX triplet: FD, FA and AE. RGB value is (253,250,174). Sum of RGB (Red+Green+Blue) = 253+250+174=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 174 (68.36% from 255 or 25.70% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAE is #020551. Grayscale: #F2F2F2. Windows color (decimal): -132434 or 11467517. OLE color: 11467517.

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

Color convert

RGB 253 250 174 -
CMYK 0 0.01 0.31 0.01
HSL 57.72º 0.95% 0.84% -
HSV(B) 57.72º 0.31% 0.99% -
XYZ 82.33 92.31 53.52 -
YUV 242.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 253 250 174 0 0.01 0.31 0.01 57.72 0.95 0.84
Hex FD FA AE 0 1 1F 1 3A 5F 54
Octal 375 372 256 0 1 37 1 72 137 124
Binary 11111101 11111010 10101110 0 1 11111 1 111010 1011111 1010100

Color Harmonies of #FDFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAAE

Black with #FDFAAE

Text Example


Text Example

White with #FDFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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