Html Css Color HEX #FDFBB0 Shalimar

📋 copy color: '#FDFBB0'

red 253 ◦ green 251 ◦ blue 176

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

Shades of Shalimar #FDFBB0

Tints of Shalimar #FDFBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 25.88%

R = 37.21%
G = 36.91%
B = 25.88%

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

#FDFBB0 (or 0xFDFBB0) is known color: Shalimar. HEX triplet: FD, FB and B0. RGB value is (253,251,176). Sum of RGB (Red+Green+Blue) = 253+251+176=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 176 (69.14% from 255 or 25.88% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBB0 is #02044F. Grayscale: #F3F3F3. Windows color (decimal): -132176 or 11598845. OLE color: 11598845.

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

Color convert

RGB 253 251 176 -
CMYK 0 0.01 0.30 0.01
HSL 58.44º 0.95% 0.84% -
HSV(B) 58.44º 0.3% 0.99% -
XYZ 82.84 93.01 54.66 -
YUV 243.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 253 251 176 0 0.01 0.30 0.01 58.44 0.95 0.84
Hex FD FB B0 0 1 1E 1 3A 5F 54
Octal 375 373 260 0 1 36 1 72 137 124
Binary 11111101 11111011 10110000 0 1 11110 1 111010 1011111 1010100

Color Harmonies of #FDFBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBB0

Black with #FDFBB0

Text Example


Text Example

White with #FDFBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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