Html Css Color HEX #FCFBAB Shalimar

📋 copy color: '#FCFBAB'

red 252 ◦ green 251 ◦ blue 171

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

Shades of Shalimar #FCFBAB

Tints of Shalimar #FCFBAB

RGB

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

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

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

R = 37.39%
G = 37.24%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCFBAB (or 0xFCFBAB) is known color: Shalimar. HEX triplet: FC, FB and AB. RGB value is (252,251,171). Sum of RGB (Red+Green+Blue) = 252+251+171=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBAB is #030454. Grayscale: #F2F2F2. Windows color (decimal): -197717 or 11271164. OLE color: 11271164.

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

Color convert

RGB 252 251 171 -
CMYK 0 0.00 0.32 0.01
HSL 59.26º 0.93% 0.83% -
HSV(B) 59.26º 0.32% 0.99% -
XYZ 81.99 92.63 52.09 -
YUV 242.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 252 251 171 0 0.00 0.32 0.01 59.26 0.93 0.83
Hex FC FB AB 0 0 20 1 3B 5D 53
Octal 374 373 253 0 0 40 1 73 135 123
Binary 11111100 11111011 10101011 0 0 100000 1 111011 1011101 1010011

Color Harmonies of #FCFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBAB

Black with #FCFBAB

Text Example


Text Example

White with #FCFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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