Html Css Color HEX #FDF4B4 Shalimar

📋 copy color: '#FDF4B4'

red 253 ◦ green 244 ◦ blue 180

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

Shades of Shalimar #FDF4B4

Tints of Shalimar #FDF4B4

RGB

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

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

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

R = 37.37%
G = 36.04%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDF4B4 (or 0xFDF4B4) is known color: Shalimar. HEX triplet: FD, F4 and B4. RGB value is (253,244,180). Sum of RGB (Red+Green+Blue) = 253+244+180=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 244 (95.70% from 255 or 36.04% from 677); Blue value is 180 (70.70% from 255 or 26.59% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4B4 is #020B4B. Grayscale: #EFEFEF. Windows color (decimal): -133964 or 11859197. OLE color: 11859197.

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

Color convert

RGB 253 244 180 -
CMYK 0 0.04 0.29 0.01
HSL 52.6º 0.95% 0.85% -
HSV(B) 52.6º 0.29% 0.99% -
XYZ 81.1 88.88 56.06 -
YUV 239.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 253 244 180 0 0.04 0.29 0.01 52.6 0.95 0.85
Hex FD F4 B4 0 4 1D 1 35 5F 55
Octal 375 364 264 0 4 35 1 65 137 125
Binary 11111101 11110100 10110100 0 100 11101 1 110101 1011111 1010101

Color Harmonies of #FDF4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4B4

Black with #FDF4B4

Text Example


Text Example

White with #FDF4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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