Html Css Color HEX #FDFBB5 Shalimar

📋 copy color: '#FDFBB5'

red 253 ◦ green 251 ◦ blue 181

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

Shades of Shalimar #FDFBB5

Tints of Shalimar #FDFBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.42%

R = 36.93%
G = 36.64%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDFBB5 (or 0xFDFBB5) is known color: Shalimar. HEX triplet: FD, FB and B5. RGB value is (253,251,181). Sum of RGB (Red+Green+Blue) = 253+251+181=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 181 (71.09% from 255 or 26.42% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBB5 is #02044A. Grayscale: #F3F3F3. Windows color (decimal): -132171 or 11926525. OLE color: 11926525.

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

Color convert

RGB 253 251 181 -
CMYK 0 0.01 0.28 0.01
HSL 58.33º 0.95% 0.85% -
HSV(B) 58.33º 0.28% 0.99% -
XYZ 83.35 93.21 57.32 -
YUV 243.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 253 251 181 0 0.01 0.28 0.01 58.33 0.95 0.85
Hex FD FB B5 0 1 1C 1 3A 5F 55
Octal 375 373 265 0 1 34 1 72 137 125
Binary 11111101 11111011 10110101 0 1 11100 1 111010 1011111 1010101

Color Harmonies of #FDFBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBB5

Black with #FDFBB5

Text Example


Text Example

White with #FDFBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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