Html Css Color HEX #FCFCB0 Shalimar

📋 copy color: '#FCFCB0'

red 252 ◦ green 252 ◦ blue 176

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

Shades of Shalimar #FCFCB0

Tints of Shalimar #FCFCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 25.88%

R = 37.06%
G = 37.06%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCFCB0 (or 0xFCFCB0) is known color: Shalimar. HEX triplet: FC, FC and B0. RGB value is (252,252,176). Sum of RGB (Red+Green+Blue) = 252+252+176=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 176 (69.14% from 255 or 25.88% from 680); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCB0 is #03034F. Grayscale: #F3F3F3. Windows color (decimal): -197456 or 11599100. OLE color: 11599100.

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

Color convert

RGB 252 252 176 -
CMYK 0 0 0.30 0.01
HSL 60º 0.93% 0.84% -
HSV(B) 60º 0.3% 0.99% -
XYZ 82.79 93.45 54.75 -
YUV 243.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 252 252 176 0 0 0.30 0.01 60 0.93 0.84
Hex FC FC B0 0 0 1E 1 3C 5D 54
Octal 374 374 260 0 0 36 1 74 135 124
Binary 11111100 11111100 10110000 0 0 11110 1 111100 1011101 1010100

Color Harmonies of #FCFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCB0

Black with #FCFCB0

Text Example


Text Example

White with #FCFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCB0; }

 p { color: rgb(252,252,176); }

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

background-color css

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

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

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

border-color css

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

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

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