Html Css Color HEX #FFFCB1 Shalimar

📋 copy color: '#FFFCB1'

red 255 ◦ green 252 ◦ blue 177

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

Shades of Shalimar #FFFCB1

Tints of Shalimar #FFFCB1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.84%

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

R = 37.28%
G = 36.84%
B = 25.88%

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

#FFFCB1 (or 0xFFFCB1) is known color: Shalimar. HEX triplet: FF, FC and B1. RGB value is (255,252,177). Sum of RGB (Red+Green+Blue) = 255+252+177=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 177 (69.53% from 255 or 25.88% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCB1 is #00034E. Grayscale: #F4F4F4. Windows color (decimal): -847 or 11664639. OLE color: 11664639.

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

Color convert

RGB 255 252 177 -
CMYK 0 0.01 0.31 0
HSL 57.69º 1% 0.85% -
HSV(B) 57.69º 0.31% 1% -
XYZ 83.99 94.06 55.32 -
YUV 244.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 255 252 177 0 0.01 0.31 0 57.69 1 0.85
Hex FF FC B1 0 1 1F 0 3A 64 55
Octal 377 374 261 0 1 37 0 72 144 125
Binary 11111111 11111100 10110001 0 1 11111 0 111010 1100100 1010101

Color Harmonies of #FFFCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCB1

Black with #FFFCB1

Text Example


Text Example

White with #FFFCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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