Html Css Color HEX #FDF5B0 Shalimar

📋 copy color: '#FDF5B0'

red 253 ◦ green 245 ◦ blue 176

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

Shades of Shalimar #FDF5B0

Tints of Shalimar #FDF5B0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.35%

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

R = 37.54%
G = 36.35%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDF5B0 (or 0xFDF5B0) is known color: Shalimar. HEX triplet: FD, F5 and B0. RGB value is (253,245,176). Sum of RGB (Red+Green+Blue) = 253+245+176=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 176 (69.14% from 255 or 26.11% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5B0 is #020A4F. Grayscale: #EFEFEF. Windows color (decimal): -133712 or 11597309. OLE color: 11597309.

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

Color convert

RGB 253 245 176 -
CMYK 0 0.03 0.30 0.01
HSL 53.77º 0.95% 0.84% -
HSV(B) 53.77º 0.3% 0.99% -
XYZ 81 89.32 54.05 -
YUV 239.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 253 245 176 0 0.03 0.30 0.01 53.77 0.95 0.84
Hex FD F5 B0 0 3 1E 1 36 5F 54
Octal 375 365 260 0 3 36 1 66 137 124
Binary 11111101 11110101 10110000 0 11 11110 1 110110 1011111 1010100

Color Harmonies of #FDF5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5B0

Black with #FDF5B0

Text Example


Text Example

White with #FDF5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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