Html Css Color HEX #FCFCAB Shalimar

📋 copy color: '#FCFCAB'

red 252 ◦ green 252 ◦ blue 171

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

Shades of Shalimar #FCFCAB

Tints of Shalimar #FCFCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.33%

R = 37.33%
G = 37.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCFCAB (or 0xFCFCAB) is known color: Shalimar. HEX triplet: FC, FC and AB. RGB value is (252,252,171). Sum of RGB (Red+Green+Blue) = 252+252+171=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 171 (67.19% from 255 or 25.33% from 675); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCAB is #030354. Grayscale: #F3F3F3. Windows color (decimal): -197461 or 11271420. OLE color: 11271420.

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

Color convert

RGB 252 252 171 -
CMYK 0 0 0.32 0.01
HSL 60º 0.93% 0.83% -
HSV(B) 60º 0.32% 0.99% -
XYZ 82.31 93.26 52.19 -
YUV 242.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 252 252 171 0 0 0.32 0.01 60 0.93 0.83
Hex FC FC AB 0 0 20 1 3C 5D 53
Octal 374 374 253 0 0 40 1 74 135 123
Binary 11111100 11111100 10101011 0 0 100000 1 111100 1011101 1010011

Color Harmonies of #FCFCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCAB

Black with #FCFCAB

Text Example


Text Example

White with #FCFCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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