Html Css Color HEX #FDFBA7 Shalimar

📋 copy color: '#FDFBA7'

red 253 ◦ green 251 ◦ blue 167

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

Shades of Shalimar #FDFBA7

Tints of Shalimar #FDFBA7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.41%

 BLUE value IS 167 (65.63% from 255) = 24.89%

R = 37.7%
G = 37.41%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDFBA7 (or 0xFDFBA7) is known color: Shalimar. HEX triplet: FD, FB and A7. RGB value is (253,251,167). Sum of RGB (Red+Green+Blue) = 253+251+167=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 167 (65.62% from 255 or 24.89% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA7 is #020458. Grayscale: #F2F2F2. Windows color (decimal): -132185 or 11009021. OLE color: 11009021.

HSL color Cylindrical-coordinate representation of color #FDFBA7: hue angle of 58.6º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDFBA7 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 167 -
CMYK 0 0.01 0.34 0.01
HSL 58.6º 0.96% 0.82% -
HSV(B) 58.6º 0.34% 0.99% -
XYZ 81.98 92.67 50.12 -
YUV 242.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 253 251 167 0 0.01 0.34 0.01 58.6 0.96 0.82
Hex FD FB A7 0 1 22 1 3B 60 52
Octal 375 373 247 0 1 42 1 73 140 122
Binary 11111101 11111011 10100111 0 1 100010 1 111011 1100000 1010010

Color Harmonies of #FDFBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBA7

Black with #FDFBA7

Text Example


Text Example

White with #FDFBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBA7; }

 p { color: rgb(253,251,167); }

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

background-color css

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

 a { background-color: rgb(253,251,167); }

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

border-color css

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

 span { border-color: rgb(253,251,167); }

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