Html Css Color HEX #FDFCB4 Shalimar

📋 copy color: '#FDFCB4'

red 253 ◦ green 252 ◦ blue 180

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

Shades of Shalimar #FDFCB4

Tints of Shalimar #FDFCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.28%

R = 36.93%
G = 36.79%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDFCB4 (or 0xFDFCB4) is known color: Shalimar. HEX triplet: FD, FC and B4. RGB value is (253,252,180). Sum of RGB (Red+Green+Blue) = 253+252+180=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 180 (70.70% from 255 or 26.28% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB4 is #02034B. Grayscale: #F4F4F4. Windows color (decimal): -131916 or 11861245. OLE color: 11861245.

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

Color convert

RGB 253 252 180 -
CMYK 0 0.00 0.29 0.01
HSL 59.18º 0.95% 0.85% -
HSV(B) 59.18º 0.29% 0.99% -
XYZ 83.56 93.8 56.88 -
YUV 244.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 253 252 180 0 0.00 0.29 0.01 59.18 0.95 0.85
Hex FD FC B4 0 0 1D 1 3B 5F 55
Octal 375 374 264 0 0 35 1 73 137 125
Binary 11111101 11111100 10110100 0 0 11101 1 111011 1011111 1010101

Color Harmonies of #FDFCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCB4

Black with #FDFCB4

Text Example


Text Example

White with #FDFCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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