Html Css Color HEX #FCFBA7 Shalimar

📋 copy color: '#FCFBA7'

red 252 ◦ green 251 ◦ blue 167

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

Shades of Shalimar #FCFBA7

Tints of Shalimar #FCFBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 24.93%

R = 37.61%
G = 37.46%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCFBA7 (or 0xFCFBA7) is known color: Shalimar. HEX triplet: FC, FB and A7. RGB value is (252,251,167). Sum of RGB (Red+Green+Blue) = 252+251+167=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 167 (65.62% from 255 or 24.93% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA7 is #030458. Grayscale: #F2F2F2. Windows color (decimal): -197721 or 11009020. OLE color: 11009020.

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

Color convert

RGB 252 251 167 -
CMYK 0 0.00 0.34 0.01
HSL 59.29º 0.93% 0.82% -
HSV(B) 59.29º 0.34% 0.99% -
XYZ 81.62 92.48 50.11 -
YUV 241.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 252 251 167 0 0.00 0.34 0.01 59.29 0.93 0.82
Hex FC FB A7 0 0 22 1 3B 5D 52
Octal 374 373 247 0 0 42 1 73 135 122
Binary 11111100 11111011 10100111 0 0 100010 1 111011 1011101 1010010

Color Harmonies of #FCFBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBA7

Black with #FCFBA7

Text Example


Text Example

White with #FCFBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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