Html Css Color HEX #FDFCAE Shalimar

📋 copy color: '#FDFCAE'

red 253 ◦ green 252 ◦ blue 174

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

Shades of Shalimar #FDFCAE

Tints of Shalimar #FDFCAE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

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

R = 37.26%
G = 37.11%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDFCAE (or 0xFDFCAE) is known color: Shalimar. HEX triplet: FD, FC and AE. RGB value is (253,252,174). Sum of RGB (Red+Green+Blue) = 253+252+174=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 174 (68.36% from 255 or 25.63% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCAE is #020351. Grayscale: #F3F3F3. Windows color (decimal): -131922 or 11468029. OLE color: 11468029.

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

Color convert

RGB 253 252 174 -
CMYK 0 0.00 0.31 0.01
HSL 59.24º 0.95% 0.84% -
HSV(B) 59.24º 0.31% 0.99% -
XYZ 82.96 93.56 53.73 -
YUV 243.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 253 252 174 0 0.00 0.31 0.01 59.24 0.95 0.84
Hex FD FC AE 0 0 1F 1 3B 5F 54
Octal 375 374 256 0 0 37 1 73 137 124
Binary 11111101 11111100 10101110 0 0 11111 1 111011 1011111 1010100

Color Harmonies of #FDFCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCAE

Black with #FDFCAE

Text Example


Text Example

White with #FDFCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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