Html Css Color HEX #FCFFB1 Shalimar

📋 copy color: '#FCFFB1'

red 252 ◦ green 255 ◦ blue 177

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

Shades of Shalimar #FCFFB1

Tints of Shalimar #FCFFB1

RGB

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

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

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

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

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

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

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

Color convert

RGB 252 255 177 -
CMYK 0.01 0 0.31 0
HSL 62.31º 1% 0.85% -
HSV(B) 62.31º 0.31% 1% -
XYZ 83.84 95.39 55.59 -
YUV 245.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 252 255 177 0.01 0 0.31 0 62.31 1 0.85
Hex FC FF B1 1 0 1F 0 3E 64 55
Octal 374 377 261 1 0 37 0 76 144 125
Binary 11111100 11111111 10110001 1 0 11111 0 111110 1100100 1010101

Color Harmonies of #FCFFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB1

Black with #FCFFB1

Text Example


Text Example

White with #FCFFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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