Html Css Color HEX #FCFBB1 Shalimar

📋 copy color: '#FCFBB1'

red 252 ◦ green 251 ◦ blue 177

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

Shades of Shalimar #FCFBB1

Tints of Shalimar #FCFBB1

RGB

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

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

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

R = 37.06%
G = 36.91%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCFBB1 (or 0xFCFBB1) is known color: Shalimar. HEX triplet: FC, FB and B1. RGB value is (252,251,177). Sum of RGB (Red+Green+Blue) = 252+251+177=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 177 (69.53% from 255 or 26.03% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBB1 is #03044E. Grayscale: #F3F3F3. Windows color (decimal): -197711 or 11664380. OLE color: 11664380.

HSL color Cylindrical-coordinate representation of color #FCFBB1: hue angle of 59.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCFBB1 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 177 -
CMYK 0 0.00 0.30 0.01
HSL 59.2º 0.93% 0.84% -
HSV(B) 59.2º 0.3% 0.99% -
XYZ 82.58 92.86 55.17 -
YUV 242.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 252 251 177 0 0.00 0.30 0.01 59.2 0.93 0.84
Hex FC FB B1 0 0 1E 1 3B 5D 54
Octal 374 373 261 0 0 36 1 73 135 124
Binary 11111100 11111011 10110001 0 0 11110 1 111011 1011101 1010100

Color Harmonies of #FCFBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBB1

Black with #FCFBB1

Text Example


Text Example

White with #FCFBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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