Html Css Color HEX #FDFAB2 Shalimar

📋 copy color: '#FDFAB2'

red 253 ◦ green 250 ◦ blue 178

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

Shades of Shalimar #FDFAB2

Tints of Shalimar #FDFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.14%

R = 37.15%
G = 36.71%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDFAB2 (or 0xFDFAB2) is known color: Shalimar. HEX triplet: FD, FA and B2. RGB value is (253,250,178). Sum of RGB (Red+Green+Blue) = 253+250+178=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 178 (69.92% from 255 or 26.14% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAB2 is #02054D. Grayscale: #F2F2F2. Windows color (decimal): -132430 or 11729661. OLE color: 11729661.

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

Color convert

RGB 253 250 178 -
CMYK 0 0.01 0.30 0.01
HSL 57.6º 0.95% 0.85% -
HSV(B) 57.6º 0.3% 0.99% -
XYZ 82.73 92.47 55.61 -
YUV 242.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 253 250 178 0 0.01 0.30 0.01 57.6 0.95 0.85
Hex FD FA B2 0 1 1E 1 3A 5F 55
Octal 375 372 262 0 1 36 1 72 137 125
Binary 11111101 11111010 10110010 0 1 11110 1 111010 1011111 1010101

Color Harmonies of #FDFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAB2

Black with #FDFAB2

Text Example


Text Example

White with #FDFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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