Html Css Color HEX #FCFCB2 Shalimar

📋 copy color: '#FCFCB2'

red 252 ◦ green 252 ◦ blue 178

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

Shades of Shalimar #FCFCB2

Tints of Shalimar #FCFCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.1%

R = 36.95%
G = 36.95%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCFCB2 (or 0xFCFCB2) is known color: Shalimar. HEX triplet: FC, FC and B2. RGB value is (252,252,178). Sum of RGB (Red+Green+Blue) = 252+252+178=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCB2 is #03034D. Grayscale: #F3F3F3. Windows color (decimal): -197454 or 11730172. OLE color: 11730172.

HSL color Cylindrical-coordinate representation of color #FCFCB2: 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.29%. Process color model (Four color, CMYK) of #FCFCB2 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 178 -
CMYK 0 0 0.29 0.01
HSL 60º 0.93% 0.84% -
HSV(B) 60º 0.29% 0.99% -
XYZ 82.99 93.53 55.8 -
YUV 243.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 252 252 178 0 0 0.29 0.01 60 0.93 0.84
Hex FC FC B2 0 0 1D 1 3C 5C 54
Octal 374 374 262 0 0 35 1 74 134 124
Binary 11111100 11111100 10110010 0 0 11101 1 111100 1011100 1010100

Color Harmonies of #FCFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCB2

Black with #FCFCB2

Text Example


Text Example

White with #FCFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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