Html Css Color HEX #FDFFB1 Shalimar

📋 copy color: '#FDFFB1'

red 253 ◦ green 255 ◦ blue 177

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

Shades of Shalimar #FDFFB1

Tints of Shalimar #FDFFB1

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #FDFFB1: hue angle of 61.54º 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 #FDFFB1 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 253 255 177 -
CMYK 0.01 0 0.31 0
HSL 61.54º 1% 0.85% -
HSV(B) 61.54º 0.31% 1% -
XYZ 84.2 95.58 55.61 -
YUV 245.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 253 255 177 0.01 0 0.31 0 61.54 1 0.85
Hex FD FF B1 1 0 1F 0 3E 64 55
Octal 375 377 261 1 0 37 0 76 144 125
Binary 11111101 11111111 10110001 1 0 11111 0 111110 1100100 1010101

Color Harmonies of #FDFFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFB1

Black with #FDFFB1

Text Example


Text Example

White with #FDFFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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