Html Css Color HEX #FDFBA8 Shalimar

📋 copy color: '#FDFBA8'

red 253 ◦ green 251 ◦ blue 168

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

Shades of Shalimar #FDFBA8

Tints of Shalimar #FDFBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25%

R = 37.65%
G = 37.35%
B = 25%

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

#FDFBA8 (or 0xFDFBA8) is known color: Shalimar. HEX triplet: FD, FB and A8. RGB value is (253,251,168). Sum of RGB (Red+Green+Blue) = 253+251+168=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 168 (66.02% from 255 or 25% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA8 is #020457. Grayscale: #F2F2F2. Windows color (decimal): -132184 or 11074557. OLE color: 11074557.

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

Color convert

RGB 253 251 168 -
CMYK 0 0.01 0.34 0.01
HSL 58.59º 0.96% 0.83% -
HSV(B) 58.59º 0.34% 0.99% -
XYZ 82.07 92.7 50.61 -
YUV 242.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 253 251 168 0 0.01 0.34 0.01 58.59 0.96 0.83
Hex FD FB A8 0 1 22 1 3B 60 53
Octal 375 373 250 0 1 42 1 73 140 123
Binary 11111101 11111011 10101000 0 1 100010 1 111011 1100000 1010011

Color Harmonies of #FDFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBA8

Black with #FDFBA8

Text Example


Text Example

White with #FDFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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