Html Css Color HEX #FDF4B0 Shalimar

📋 copy color: '#FDF4B0'

red 253 ◦ green 244 ◦ blue 176

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

Shades of Shalimar #FDF4B0

Tints of Shalimar #FDF4B0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.26%

 BLUE value IS 176 (69.14% from 255) = 26.15%

R = 37.59%
G = 36.26%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDF4B0 (or 0xFDF4B0) is known color: Shalimar. HEX triplet: FD, F4 and B0. RGB value is (253,244,176). Sum of RGB (Red+Green+Blue) = 253+244+176=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 176 (69.14% from 255 or 26.15% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4B0 is #020B4F. Grayscale: #EFEFEF. Windows color (decimal): -133968 or 11597053. OLE color: 11597053.

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

Color convert

RGB 253 244 176 -
CMYK 0 0.04 0.30 0.01
HSL 52.99º 0.95% 0.84% -
HSV(B) 52.99º 0.3% 0.99% -
XYZ 80.7 88.72 53.95 -
YUV 238.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 253 244 176 0 0.04 0.30 0.01 52.99 0.95 0.84
Hex FD F4 B0 0 4 1E 1 35 5F 54
Octal 375 364 260 0 4 36 1 65 137 124
Binary 11111101 11110100 10110000 0 100 11110 1 110101 1011111 1010100

Color Harmonies of #FDF4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4B0

Black with #FDF4B0

Text Example


Text Example

White with #FDF4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4B0; }

 p { color: rgb(253,244,176); }

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

background-color css

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

 a { background-color: rgb(253,244,176); }

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

border-color css

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

 span { border-color: rgb(253,244,176); }

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