Html Css Color HEX #FCFBA3 Shalimar

📋 copy color: '#FCFBA3'

red 252 ◦ green 251 ◦ blue 163

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

Shades of Shalimar #FCFBA3

Tints of Shalimar #FCFBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 24.47%

R = 37.84%
G = 37.69%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCFBA3 (or 0xFCFBA3) is known color: Shalimar. HEX triplet: FC, FB and A3. RGB value is (252,251,163). Sum of RGB (Red+Green+Blue) = 252+251+163=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 163 (64.06% from 255 or 24.47% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA3 is #03045C. Grayscale: #F1F1F1. Windows color (decimal): -197725 or 10746876. OLE color: 10746876.

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

Color convert

RGB 252 251 163 -
CMYK 0 0.00 0.35 0.01
HSL 59.33º 0.94% 0.81% -
HSV(B) 59.33º 0.35% 0.99% -
XYZ 81.25 92.33 48.19 -
YUV 241.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 252 251 163 0 0.00 0.35 0.01 59.33 0.94 0.81
Hex FC FB A3 0 0 23 1 3B 5E 51
Octal 374 373 243 0 0 43 1 73 136 121
Binary 11111100 11111011 10100011 0 0 100011 1 111011 1011110 1010001

Color Harmonies of #FCFBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBA3

Black with #FCFBA3

Text Example


Text Example

White with #FCFBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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