Html Css Color HEX #FDFAB4 Shalimar

📋 copy color: '#FDFAB4'

red 253 ◦ green 250 ◦ blue 180

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

Shades of Shalimar #FDFAB4

Tints of Shalimar #FDFAB4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.6%

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

R = 37.04%
G = 36.6%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDFAB4 (or 0xFDFAB4) is known color: Shalimar. HEX triplet: FD, FA and B4. RGB value is (253,250,180). Sum of RGB (Red+Green+Blue) = 253+250+180=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 180 (70.70% from 255 or 26.35% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAB4 is #02054B. Grayscale: #F3F3F3. Windows color (decimal): -132428 or 11860733. OLE color: 11860733.

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

Color convert

RGB 253 250 180 -
CMYK 0 0.01 0.29 0.01
HSL 57.53º 0.95% 0.85% -
HSV(B) 57.53º 0.29% 0.99% -
XYZ 82.93 92.55 56.67 -
YUV 242.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 253 250 180 0 0.01 0.29 0.01 57.53 0.95 0.85
Hex FD FA B4 0 1 1D 1 3A 5F 55
Octal 375 372 264 0 1 35 1 72 137 125
Binary 11111101 11111010 10110100 0 1 11101 1 111010 1011111 1010101

Color Harmonies of #FDFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAB4

Black with #FDFAB4

Text Example


Text Example

White with #FDFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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