Html Css Color HEX #FDFCAC Shalimar

📋 copy color: '#FDFCAC'

red 253 ◦ green 252 ◦ blue 172

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

Shades of Shalimar #FDFCAC

Tints of Shalimar #FDFCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.41%

R = 37.37%
G = 37.22%
B = 25.41%

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

#FDFCAC (or 0xFDFCAC) is known color: Shalimar. HEX triplet: FD, FC and AC. RGB value is (253,252,172). Sum of RGB (Red+Green+Blue) = 253+252+172=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 172 (67.58% from 255 or 25.41% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCAC is #020353. Grayscale: #F3F3F3. Windows color (decimal): -131924 or 11336957. OLE color: 11336957.

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

Color convert

RGB 253 252 172 -
CMYK 0 0.00 0.32 0.01
HSL 59.26º 0.95% 0.83% -
HSV(B) 59.26º 0.32% 0.99% -
XYZ 82.76 93.48 52.71 -
YUV 243.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 253 252 172 0 0.00 0.32 0.01 59.26 0.95 0.83
Hex FD FC AC 0 0 20 1 3B 5F 53
Octal 375 374 254 0 0 40 1 73 137 123
Binary 11111101 11111100 10101100 0 0 100000 1 111011 1011111 1010011

Color Harmonies of #FDFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCAC

Black with #FDFCAC

Text Example


Text Example

White with #FDFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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