Html Css Color HEX #FFFDB1 Shalimar

📋 copy color: '#FFFDB1'

red 255 ◦ green 253 ◦ blue 177

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

Shades of Shalimar #FFFDB1

Tints of Shalimar #FFFDB1

RGB

 RED value IS 255 (100% from 255) = 37.23%

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

 BLUE value IS 177 (69.53% from 255) = 25.84%

R = 37.23%
G = 36.93%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFFDB1 (or 0xFFFDB1) is known color: Shalimar. HEX triplet: FF, FD and B1. RGB value is (255,253,177). Sum of RGB (Red+Green+Blue) = 255+253+177=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 177 (69.53% from 255 or 25.84% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDB1 is #00024E. Grayscale: #F5F5F5. Windows color (decimal): -591 or 11664895. OLE color: 11664895.

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

Color convert

RGB 255 253 177 -
CMYK 0 0.01 0.31 0
HSL 58.46º 1% 0.85% -
HSV(B) 58.46º 0.31% 1% -
XYZ 84.3 94.68 55.43 -
YUV 244.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 255 253 177 0 0.01 0.31 0 58.46 1 0.85
Hex FF FD B1 0 1 1F 0 3A 64 55
Octal 377 375 261 0 1 37 0 72 144 125
Binary 11111111 11111101 10110001 0 1 11111 0 111010 1100100 1010101

Color Harmonies of #FFFDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDB1

Black with #FFFDB1

Text Example


Text Example

White with #FFFDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDB1; }

 p { color: rgb(255,253,177); }

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

background-color css

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

 a { background-color: rgb(255,253,177); }

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

border-color css

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

 span { border-color: rgb(255,253,177); }

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