Html Css Color HEX #FDFAAF Shalimar

📋 copy color: '#FDFAAF'

red 253 ◦ green 250 ◦ blue 175

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

Shades of Shalimar #FDFAAF

Tints of Shalimar #FDFAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 25.81%

R = 37.32%
G = 36.87%
B = 25.81%

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

#FDFAAF (or 0xFDFAAF) is known color: Shalimar. HEX triplet: FD, FA and AF. RGB value is (253,250,175). Sum of RGB (Red+Green+Blue) = 253+250+175=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 175 (68.75% from 255 or 25.81% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAF is #020550. Grayscale: #F2F2F2. Windows color (decimal): -132433 or 11533053. OLE color: 11533053.

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

Color convert

RGB 253 250 175 -
CMYK 0 0.01 0.31 0.01
HSL 57.69º 0.95% 0.84% -
HSV(B) 57.69º 0.31% 0.99% -
XYZ 82.43 92.35 54.04 -
YUV 242.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 253 250 175 0 0.01 0.31 0.01 57.69 0.95 0.84
Hex FD FA AF 0 1 1F 1 3A 5F 54
Octal 375 372 257 0 1 37 1 72 137 124
Binary 11111101 11111010 10101111 0 1 11111 1 111010 1011111 1010100

Color Harmonies of #FDFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAAF

Black with #FDFAAF

Text Example


Text Example

White with #FDFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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