Html Css Color HEX #FDFAAB Shalimar

📋 copy color: '#FDFAAB'

red 253 ◦ green 250 ◦ blue 171

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

Shades of Shalimar #FDFAAB

Tints of Shalimar #FDFAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.37%

R = 37.54%
G = 37.09%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDFAAB (or 0xFDFAAB) is known color: Shalimar. HEX triplet: FD, FA and AB. RGB value is (253,250,171). Sum of RGB (Red+Green+Blue) = 253+250+171=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAB is #020554. Grayscale: #F2F2F2. Windows color (decimal): -132437 or 11270909. OLE color: 11270909.

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

Color convert

RGB 253 250 171 -
CMYK 0 0.01 0.32 0.01
HSL 57.8º 0.95% 0.83% -
HSV(B) 57.8º 0.32% 0.99% -
XYZ 82.04 92.19 52 -
YUV 241.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 253 250 171 0 0.01 0.32 0.01 57.8 0.95 0.83
Hex FD FA AB 0 1 20 1 3A 5F 53
Octal 375 372 253 0 1 40 1 72 137 123
Binary 11111101 11111010 10101011 0 1 100000 1 111010 1011111 1010011

Color Harmonies of #FDFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAAB

Black with #FDFAAB

Text Example


Text Example

White with #FDFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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