Html Css Color HEX #FDFCAB Shalimar

📋 copy color: '#FDFCAB'

red 253 ◦ green 252 ◦ blue 171

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

Shades of Shalimar #FDFCAB

Tints of Shalimar #FDFCAB

RGB

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

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

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

R = 37.43%
G = 37.28%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDFCAB (or 0xFDFCAB) is known color: Shalimar. HEX triplet: FD, FC and AB. RGB value is (253,252,171). Sum of RGB (Red+Green+Blue) = 253+252+171=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 171 (67.19% from 255 or 25.30% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCAB is #020354. Grayscale: #F3F3F3. Windows color (decimal): -131925 or 11271421. OLE color: 11271421.

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

Color convert

RGB 253 252 171 -
CMYK 0 0.00 0.32 0.01
HSL 59.27º 0.95% 0.83% -
HSV(B) 59.27º 0.32% 0.99% -
XYZ 82.67 93.44 52.21 -
YUV 243.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 253 252 171 0 0.00 0.32 0.01 59.27 0.95 0.83
Hex FD FC AB 0 0 20 1 3B 5F 53
Octal 375 374 253 0 0 40 1 73 137 123
Binary 11111101 11111100 10101011 0 0 100000 1 111011 1011111 1010011

Color Harmonies of #FDFCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCAB

Black with #FDFCAB

Text Example


Text Example

White with #FDFCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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